Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Exercise 1

  • Read the light sensor continuously, once a second, and display/print it. 
    • make a sprite say/display it using the Live mode of mBlocks or
    • print it on the serial console of Arduino IDE.
    • Try both code and mBlocks!
  • Whenever the light exceeds a certain threshold (you can set an appropriate threshold after reading the values), the buzzer should beep.

...