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

Add ability to set halt state on DS1307 #292

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

Conversation

AmirHmZz
Copy link

This PR adds ability to change halt state on DS1307 using halt() method.

@edgar-bonet
Copy link
Contributor

I noticed this PR has a failed check. It is clang-format complaining that RTC_DS1307::halt() does not follow the standard indentation style of this library, which is two spaces per level. You may fix it by hand or run:

clang-format -i src/RTC_DS1307.cpp

@AmirHmZz
Copy link
Author

@edgar-bonet Thank you. I've fixed it.

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.

2 participants