Skip to main content

Virtuabotixrtc.h Arduino Library Jun 2026

Combine the RTC with a 16x2 I2C LCD for a stand-alone desk clock.

#include <VirtuabotixRTC.h> VirtuabotixRTC myRTC(5, 6, 7); // CE, IO, CLK virtuabotixrtc.h arduino library

The real power of the Virtuabotix library is in data logging. Let's build a temperature logger that only records from 9 AM to 5 PM. Combine the RTC with a 16x2 I2C LCD