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
Hi Duff, thank you for providing this great library.
I was trying to use SnoozeDigital on pin # greater than 33 for Teensy 4.1 board, and realized that the pin number is limited to 32. And the wakeup codes for other SnoozeBlocks are hard-coded subsequently.
I modified the source code to increase the hard-coded numbers accordingly. It seems that the SnoozeDigital is working on pin #33-35. I wonder if there's any potential issue with this modification.
Thank you very much!
The text was updated successfully, but these errors were encountered:
As long as you change the hard coded numbers for the other non pin wakeups to a higher number, this is something I intend to do. Probably start the non pin wakeup at 100.
Hi Duff, thank you for providing this great library.
I was trying to use SnoozeDigital on pin # greater than 33 for Teensy 4.1 board, and realized that the pin number is limited to 32. And the wakeup codes for other SnoozeBlocks are hard-coded subsequently.
I modified the source code to increase the hard-coded numbers accordingly. It seems that the SnoozeDigital is working on pin #33-35. I wonder if there's any potential issue with this modification.
Thank you very much!
The text was updated successfully, but these errors were encountered: