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
On Arduino 1.8.16 with Snooze v6.3.9 on the following config
I only need SnoozeDigital driver and don't need USBSerial sleep functionality. It would be nice to have #include to not use other drivers like Touch, USBSerial or 5vBuffer.
I was able to get around this by commenting out #include "SnoozeUSBSerial.h" (and SnoozeTouch as well) in hal.h and then removing the cpp from hal\TEENSY_LC folder.
On Arduino 1.8.16 with Snooze v6.3.9 on the following config
I only need SnoozeDigital driver and don't need USBSerial sleep functionality. It would be nice to have #include to not use other drivers like Touch, USBSerial or 5vBuffer.
Simple test project
Here's the compile error
The text was updated successfully, but these errors were encountered: