void setup() Serial.begin(9600);

Once the time is updated via the updateTime() method, users can access individual variables like myRTC.hours or myRTC.year as standard integers.

setDS1302Time(second, minute, hour, dayofweek, dayofmonth, month, year)

: The library was originally part of the Virtuabotix Versalino ecosystem and is now primarily maintained in community repositories.

Supports easy formatting of time/date for display, such as on an LCD or Serial Monitor. Typical Usage Example // Pins: SCLK, I/O, CE (RST) virtuabotixRTC myRTC( setup() { Serial.begin(