Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ATmega168 fixes. #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rodionkvashnin
Copy link

Hi! Thanks for the great library! I resolved compilation error with ATmega168 by guarding powerExtStandby() method declaration and definition with preprocessor symbol SLEEP_MODE_EXT_STANDBY because ATmega168 doesn't support Extended Standby anyway. I also added check for other ATmega168 variants so users will be able to use this library with these MCUs (including Ext Standby for P devices).
Related issues #14, #29.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant