You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hardware beeper is disabled for the KH270 because the delay() function interferes with setting the solenoids.
@jpcornil-git suggests a solution without timers by calling a procedure Beep:schedule() from the main loop and refactor the code to something like this (not compiled/tested):
The hardware beeper is disabled for the KH270 because the
delay()
function interferes with setting the solenoids.@jpcornil-git suggests a solution without timers by calling a procedure
Beep:schedule()
from the main loop and refactor the code to something like this (not compiled/tested):Something similar can be done for LED/alive indication.
The text was updated successfully, but these errors were encountered: