Virtuabotixrtc.h Arduino Library Page
Mastering the VirtuabotixRTC Arduino Library: A Complete Guide to Real-Time Clocks
void loop() // Nothing to do here
Once you call myRTC.updateTime(); , the library populates the following public variables that you can use in your code: virtuabotixrtc.h arduino library
ArduinoRTClibrary/virtuabotixRTC. h at master · chrisfryer78/ArduinoRTClibrary · GitHub. virtuabotixRTC_version1.ino - GitHub virtuabotixrtc.h arduino library
| | Arduino Pin | | :--- | :--- | | VCC | 5V | | GND | GND | | CLK (Serial Clock) | 6 (or any digital pin) | | DAT (I/O / Data) | 7 (or any digital pin) | | RST (Reset / CE) | 8 (or any digital pin) | virtuabotixrtc.h arduino library
To read the current time, you must call updateTime() inside your loop before attempting to read the variables:
lcd.clear(); lcd.setCursor(0, 0); lcd.print("Initializing...");