Lab Activity: TinyOS Timer¶
Since |
23.10 lab |
Till |
30.10 lab |
Points |
1 |
Write an app that turns on LEDs with various frequencies:
LED 0: every 8 seconds,
LED 1: every 4 seconds,
LED 2: every 2 seconds.
Each LED should be turned on for 1 second.
Be inspired by the Blink example app.