Users Manual

SCRATCH CODING KIT
Experiencing the button sensor
Using the button sensor
Let’s turn on the main cell and go to Scratch. See what kind of information the sensor is giving us. If everything is
connected well, try pressing the button.
It basically means the button is pressed when ‘digital2’ shows ‘true’ and vise versa.
If the button is not
pressed, “digital2” will
show “false”.
When the button is
pressed, “digital2” will
show “true”.