first commit
This commit is contained in:
21
libraries/Low-Power/README.md
Normal file
21
libraries/Low-Power/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
### Low-Power
|
||||
Lightweight low power library for Arduino.
|
||||
|
||||
Version: 1.81
|
||||
|
||||
Date: 21-01-2020
|
||||
|
||||
Devices Supported:
|
||||
* ATMega88
|
||||
* ATMega168
|
||||
* ATMega168P
|
||||
* ATMega328P
|
||||
* ATMega32U4
|
||||
* ATMega644P
|
||||
* ATMega1284P
|
||||
* ATMega2560
|
||||
* ATMega256RFR2
|
||||
* ATSAMD21G18A
|
||||
|
||||
####Notes:
|
||||
External interrupt during standby on ATSAMD21G18A requires a patch to the <a href="https://github.com/arduino/ArduinoCore-samd">Arduino SAMD Core</a> in order for it to work. Fix is provided by this particular <a href="https://github.com/arduino/ArduinoCore-samd/pull/90">pull request</a>.
|
||||
Reference in New Issue
Block a user