jhanarato / functimer

A Functional Timer (Arduino project)
GNU General Public License v3.0
0 stars 0 forks source link

Long session time #11

Closed jhanarato closed 8 years ago

jhanarato commented 8 years ago
  1. The device is unpowered.
  2. All Toggles are off.
  3. Power up the timer.
  4. LONG_TIME = 10000
  5. SHORT_TIME = 1000
  6. Wait for a few seconds.
  7. Turn on buzzer toggle.
  8. Turn session time toggle to long.
  9. Start timer with toggle.
  10. After 10 second the timer beeps.
jhanarato commented 8 years ago

Success!

jhanarato commented 8 years ago

Still works. #24 popped its head up though.