Kindly advise why I get the following error when I try to compile.
`button_hold_wakeup: In function 'void loop()':
button_hold_wakeup:31: warning: unused variable 'who'
int who = Snooze.deepSleep( config );// return module that woke processor
^
Multiple libraries were found for "Snooze.h"
Used: D:\ARDUINO\Arduino-1.8.10\hardware\teensy\avr\libraries\Snooze
Error compiling for board Teensy 4.0.`
Hello,
Kindly advise why I get the following error when I try to compile.
`button_hold_wakeup: In function 'void loop()': button_hold_wakeup:31: warning: unused variable 'who' int who = Snooze.deepSleep( config );// return module that woke processor
Multiple libraries were found for "Snooze.h" Used: D:\ARDUINO\Arduino-1.8.10\hardware\teensy\avr\libraries\Snooze Error compiling for board Teensy 4.0.`