maksimbaturin/digital-clock@0.1.0

This example describes how to use the datetime and ds-rtc libraries, format date and time values, and work with real-time clock (RTC) modules for Arduino. Upon the completion of this guide, you will learn how to create a simple digital clock based on a DS1307 I2C RTC module and I2C LCD display.
NodeDescription
digital-clock
Real-time clock example - creating simple digital clock device.
format-date
The node to format date
format-time
The node to format time
format-weekday
The node to format weekdays
set-current-time
Real-time clock example - setting up a datetime
To use the nodes in your project you should have the maksimbaturin/digital-clock library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.