RTCZero icon indicating copy to clipboard operation
RTCZero copied to clipboard

RTC Library for SAMD21 based boards

Results 36 RTCZero issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

type: enhancement

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...

Implements request #89

type: enhancement
topic: code