Forum Coding Corner Device Sketches Reply To: Device Sketches

#6675
schole28

    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