issues
search
jhanarato
/
functimer
A Functional Timer (Arduino project)
GNU General Public License v3.0
0
stars
0
forks
source link
Fade LEDs in and out when timer ends.
#26
Open
jhanarato
opened
8 years ago
jhanarato
commented
8 years ago
Test Case:
Power off and toggles off-on-on.
LONG_TIME = 20000, SHORT_TIME = 5000
Power on.
Switch on toggle 1.
LEDs 1, 2 and 3 are all lit.
After 20 seconds the timer beeps and
The fade in-and-out LED effect happens.
Switch off toggle 1.
The fade effect ceases and LEDs 2 and 3 are lit.
Switch off toggle 2.
Switch on toggle 1 (now the toggles are on-off-on)
LEDs 1 and 3 are lit.
After 5 seconds the beeper beeps.
The fade effect is displayed as before.
Switch off toggle 1.
Fade effect ceases and LEDs 1 and 3 are lit.
Test Case: