Difference between revisions of "Microbit1"

From Interaction Station Wiki
Jump to navigation Jump to search
(Created page with " == Programming == We start programming in Code Blocks We have to get used to the interface. Text can be found in the tray "BASICS" File:mb20.png Code for the buttons A...")
 
 
(One intermediate revision by the same user not shown)
Line 30: Line 30:
 
[[File:mb25.png]]
 
[[File:mb25.png]]
 
== output ==
 
== output ==
 +
 +
[[Category:Microbit]]

Latest revision as of 15:06, 10 February 2023

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