Forums › Coding Corner › Device Sketches › Reply To: Device Sketches
January 5, 2022 at 8:53 pm
#6675
Hi Martin
The Sketch of DigiClock has a little bug inside:
[…]
//RTC Stuff
rtc.begin();
//rtc.adjust(DateTime(__DATE__,__TIME__));; // Set the RTC to Compile Date and Time
//DIGITISER Stuff
pinMode(SER, OUTPUT); // SER (data) pin as output
[…]
The two // before rtc.adjust should be removed.
Regards
Jean-Luc