rocketscream / Low-Power

Low Power Library for Arduino
www.rocketscream.com
1.26k stars 345 forks source link

Can I increase the time for sleep more than 8s using LowPower.idle function? #39

Closed chauhannaman98 closed 7 years ago

rocketscream commented 7 years ago

No. 8 s limit is provided by the watchdog timer. You would have to use a for loop to achieve more than 8 s.