Goal: Fill in the blanks so that the program can detect when the device is tilting left or right.
Success Criteria:
- The micro:bit runs the program with no errors
- The program displays which way the device is tilting
- The program doesn’t end until you press “stop”
- There is no
label
or goto
in the code
Task:
- Use the documentation
- Fill in the blanks