You've already forked ArduinoLowPower
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:
committed by
Martino Facchin
parent
fcbf16f6a3
commit
21d2f7527f
@ -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
|
||||
|
Reference in New Issue
Block a user