1
0
mirror of https://github.com/arduino-libraries/ArduinoLowPower.git synced 2025-07-29 21:21:10 +03:00

Added nRF52 compatibility

Waking from deepSleep() is comparable to an hard reset; the sketch won't restart from the sleep invocation but the wakeuup source can be retrieved with wakeupReason()
This commit is contained in:
chiararuggeri
2017-04-19 11:12:15 +02:00
committed by Martino Facchin
parent fcbf16f6a3
commit 21d2f7527f
6 changed files with 303 additions and 4 deletions

View File

@ -2,8 +2,8 @@ name=Arduino Low Power
version=1.0.0
author=Arduino
maintainer=Arduino LLC
sentence=Power save primitives features for SAMD 32bit boards
sentence=Power save primitives features for SAMD and nRF52 32bit boards
paragraph=With this library you can manage the low power states of newer Arduino boards
category=Device Control
url=http://arduino.cc/libraries/ArduinoLowPower
architectures=samd
architectures=samd,nrf52