Closed dtran11 closed 6 years ago
I think this line:
writeByte(MCP7940_RTCSEC,readByte(MCP7940_RTCHOUR)&B10111111);
Should be
writeByte(MCP7940_RTCHOUR,readByte(MCP7940_RTCHOUR)&B10111111);
Thanks for the project.
Thanks for noting that - I missed that small, but important, error.
Fixed in Release 1.0.5b
I think this line:
writeByte(MCP7940_RTCSEC,readByte(MCP7940_RTCHOUR)&B10111111);
Should be
writeByte(MCP7940_RTCHOUR,readByte(MCP7940_RTCHOUR)&B10111111);
Thanks for the project.