Tutorial 3 - Adding Inputs and Outputs
In the previous tutorial, you changed the behavior of a blinking LED. Here, you will learn how to build and program your first complete interactive prototype.
You will use an INPUT
component to detect an action performed by a user. Once detected, this will trigger a change in your prototype’s behavior. You will use an actuator (an OUTPUT
component) to create this behavior.
Designing this interaction provides a simple template for using the different component types available to you during this workshop. You will later be able to use this template to devise more intricate interaction choreographies.
This tutorial begins by walking you through using a Tactile Switch to register a user’s button press. Then, you make your Pi Pico W’s inbuilt LED light up for as long as the button remains pressed.