Difference between revisions of "Microbit1"

From Interaction Station Wiki
Jump to navigation Jump to search
 
Line 31: Line 31:
 
== output ==
 
== output ==
  
[[Category:Microcontrollers]][[Category:Electronics]]
+
[[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