I am looking for a library for the DS3231 that supports 24 hour time and works on the UNO R4 Minima.
I have installed countless libraries but they either don't have a 24 hour setting, don't compile on the Minima, or use up a ton of memory with dates and times in byte format [and all the code that needs to go with formatting that].
I don't need anything fancy. Just set date and time [using integers], get date and time, and do so in 24 hour format.
Thanks but that is not really the solution I was looking for. My data logger code does this a few times a second and between the timing impact and the extra lines of code I am trying to avoid this.
Can I not just set it to 24 hour mode? That would seem to be a pretty basic requirement of the library.
I've used RTClib successfully on the R4 with a DS3231. Like every other RTC library I can think of, it returns hours in 24 hour format. What's your issue with it?