jhanarato / functimer

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

Set short and long before starting timer #14

Closed jhanarato closed 8 years ago

jhanarato commented 8 years ago
  1. Turn all three toggles off and power on.
  2. Toggle on buzzer.
  3. Toggle on timer-on.
  4. Timer should beep after 1 second.
  5. Unplug for a few seconds.
  6. Toggle on long-timer and buzzer.
  7. Power on.
  8. Toggle on timer-on.
  9. Timer should beep after 10 seconds.
jhanarato commented 8 years ago

Success!

jhanarato commented 8 years ago

With long = 20, short = 5, everything still works.