Zanduino/MCP7940

Bug in begin()

Closed this issue · 2 comments

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