adafruit / Adafruit_SleepyDog

Arduino library to use the watchdog timer for system reset and low power sleep.
MIT License
233 stars 65 forks source link

Add support for Arduino UNO R4 Wifi #49

Open tyeth opened 7 months ago

tyeth commented 7 months ago

A user is trying to compile WipperSnapper firmware for the Arduino Uno R4 WiFi, which fails due to two dependecies, one of which is SleepyDog library as it is an unsupported architecture.

https://github.com/adafruit/Adafruit_Wippersnapper_Arduino/issues/527

tyeth commented 7 months ago

Tagging @Carda1989 who raised the initial error when building WipperSnapper.

Someone (us or a contributor) needs to: