jhanarato / functimer

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

Toggles 2 or 3 switched on to off when fade effect is visible. #27

Open jhanarato opened 8 years ago

jhanarato commented 8 years ago
  1. Power off - toggles 1, 2, 3 are on.
  2. Power on.
  3. Wait for fade effect.
  4. Toggle 3 off.

What happens next is undefined at this point. Should the timer restart? What LEDs should be lit?

One option would be to not restart the timer but turn off LED 1 until toggle 1 is turned off then on again.

A similar problem occurs when toggle 2 is switched either way with toggle 1 still on.