We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Line 271 should be: second=_bcd2bin(buffer[0] & 0x7F),
second=_bcd2bin(buffer[0] & 0x7F),
The text was updated successfully, but these errors were encountered:
Thanks for the bug report! I've fixed the issue by switching to the Register library which is shared between all of the RTC drivers in 2bc9b5f.
Sorry, something went wrong.
Merge pull request #1 from coplate/coplate-patch-allow-square-validation
ceeef55
Updated adafruit_ds1307.py to allow Square Wave settings
No branches or pull requests
Line 271 should be:
second=_bcd2bin(buffer[0] & 0x7F),
The text was updated successfully, but these errors were encountered: