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
If I use any of the hardware-assisted automated blink, fade, or heartbeat options (I am uncertain if I use the right name, but the function that I refer to is hopefully apparent), it is not possible to later control that pin manually via digitalWrite or analogWrite, as the timer keeps turning on/off the pin regardless of the manual control setting.
I have been unable to figure out the exact details of the control mechanism for this portion of the code, and the variable names differ, so I've had no luck in adding a "manual-mode" function to turn them back off, despite two attempts. I hope that someone is able to help me with this.
The text was updated successfully, but these errors were encountered:
If I use any of the hardware-assisted automated blink, fade, or heartbeat options (I am uncertain if I use the right name, but the function that I refer to is hopefully apparent), it is not possible to later control that pin manually via digitalWrite or analogWrite, as the timer keeps turning on/off the pin regardless of the manual control setting.
I have been unable to figure out the exact details of the control mechanism for this portion of the code, and the variable names differ, so I've had no luck in adding a "manual-mode" function to turn them back off, despite two attempts. I hope that someone is able to help me with this.
The text was updated successfully, but these errors were encountered: