Virtuabotixrtc.h Arduino Library -

void loop() // This line updates the time variables from the hardware myRTC.updateTime();

void setup() Serial.begin(9600);

// Read RAM byte at address 0 byte config = myRTC.readRAM(0); virtuabotixrtc.h arduino library

Related Articles

Back to top button