Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rocketscream/Low-Power

Low Power Library for Arduino
https://github.com/rocketscream/Low-Power

Last synced: about 2 months ago
JSON representation

Low Power Library for Arduino

Awesome Lists containing this project

README

        

### 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 Arduino SAMD Core in order for it to work. Fix is provided by this particular pull request.