I have my DS1307 wired up and working well. I used the MN1307 example as a kind of template.
I'm looking to trim back the code and make it less extensive. The MN1307 code does all of the hand holding to ensure values don't go out of range.
I would like to just increment a value, send it to the RTC, then read the RTC and display the result.
The question is if the value is out of range, for example value 25 is sent for the hour, will the RTC just loop back around to 1? (basically I want the RTC to do the hand holding)
Bookmarks