Bug in begin()
Closed this issue · 2 comments
dtran11 commented
I think this line:
writeByte(MCP7940_RTCSEC,readByte(MCP7940_RTCHOUR)&B10111111);
Should be
writeByte(MCP7940_RTCHOUR,readByte(MCP7940_RTCHOUR)&B10111111);
Thanks for the project.
SV-Zanshin commented
Thanks for noting that - I missed that small, but important, error.
SV-Zanshin commented
Fixed in Release 1.0.5b