jhanarato / functimer

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

Buzzer silent #9

Closed jhanarato closed 8 years ago

jhanarato commented 8 years ago

After much hacking to get the timer working, the buzzer has fallen silent.

jhanarato commented 8 years ago

This works, so it isn't a hardware problem.

void setup()
{
    buzzer.buzz();
}
jhanarato commented 8 years ago

OK, I'm an idiot. I was toggling the 2nd switch instead of the third.