hello every body
I try to use a chronodot V2.1 for a time project with a DS3231SN chip
I use a library found on internet, it's the same library that use for other RTC module (more temperature)
in the exemple programme (it work fine) I found this line to put the good information :
if (! RTC.isrunning()) {
Serial.println("RTC is NOT running!");
// following line sets the RTC to the date & time this sketch was compiled
RTC.adjust(DateTime(__DATE__, __TIME__));
and in my monitor all is wrong date , time
perharsp the problem is: the use of an apple macbook osx lion and the time gestion is different?
It s possible to put only the informations with no "pc" synchro ?
can you helps me?
thank you