duff2013 / Snooze

Teensy Low Power Library
MIT License
134 stars 37 forks source link

Arduino IDE compile issue #93

Closed Popov77 closed 4 years ago

Popov77 commented 4 years ago

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.`

Popov77 commented 4 years ago

Using IDE1.8.10

Popov77 commented 4 years ago

Solved, installed IDE 1.8.13 and it compiles