Skip to content

Commit 7cfacf0

Browse files
committed
Update an example sketch.
1 parent 9596240 commit 7cfacf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/rtcSetSerial/rtcSetSerial.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <MCP79412RTC.h> // https://github.com/JChristensen/MCP79412RTC
1111
#include <TimeLib.h> // https://github.com/PaulStoffregen/Time
1212

13+
MCP79412RTC RTC;
1314
const uint32_t PRINT_INTERVAL(10000); // ms between printing the time
1415
uint32_t ms, msLast;
1516

0 commit comments

Comments
 (0)