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();
To use this library, you must manually add it to your Arduino IDE. Since it is often hosted on community repositories like GitHub rather than the official Library Manager, you typically download it as a ZIP file. Once downloaded, you go to Sketch > Include Library > Add .ZIP Library in the Arduino IDE. After installation, you can call the library at the top of your script using the #include directive. Basic Code Structure virtuabotixrtc.h