Virtuabotixrtc.h | ((hot))

Reading the Time: In the loop(), calling myRTC.updateTime(); refreshes the internal variables. You can then access the data using myRTC.hours, myRTC.minutes, and so on. Practical Applications

void loop() { myRTC.updateTime();

Using the library follows a predictable three-step process: initialization, setup, and loop retrieval. virtuabotixrtc.h