Microbit1

From Interaction Station Wiki
Jump to navigation Jump to search

Programming

We start programming in Code Blocks We have to get used to the interface.

Text can be found in the tray "BASICS"

Mb20.png

Code for the buttons A and B can be found in the tray "INPUT"

input

In INPUT you can find:

  • buttons - button is either on or off, so the coding is simple (compared to temperature and light)

Mb22.png

  • shake- shake is either on or off, but there are also different ways to shake: tilt, fall. All these possibilities have an ON/OFF

Mb23.png Mb24.png

  • temperature - temperature is a number, so you have to do more that the button

Mb26.png

  • light- light value is a number, so you have to do more that the button

Mb25.png

output