16bfe3b41c
Until a time is set, the RTC is not running, and rtc_get_datetime() returns false without assigning to the out-parameter. In CircuitPython, this would manifest as arbitrary values being returned, since uninitialized storage on the stack was being converted into a timestamp. |
||
---|---|---|
.. | ||
RTC.c | ||
RTC.h | ||
__init__.c |