RTCZero
RTCZero copied to clipboard
RTC Library for SAMD21 based boards
This would be really simple to do but would save extra time. I have added it to the RTCZero.cpp file on my local machine, but it could be a feature...
It's really common to need to send a UTC time string to a server, or log it in a data logger. Here's a version I've been writing with some frequency...
I'm observing a jump in the time returned by getEpoch on the Feather M0. During setup I'm calling rtc.begin() and shortly after getEpoch returns 943920000 (30 Nov 1999 00:00:00). I...
I am trying to use the RTC Alarm to trigger a Serial Event. When the Alarm RTC is Matched the serial function is called. The serial function contains delays. I...
I am using an M0 board from Adafruit,with the RTCZero library. I innitialize and set the RTCZero from NTP servers at start-up and then read it in the loop in...