Skip to content

rocketscream/Low-Power

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

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.