circuitpython/ports/atmel-samd/common-hal/rtc
Noralf Trønnes 62d7a800d7 atmel-samd: RTC: Improve precision when setting datetime
The prescaler is not reset when setting the counter so we can be off by
as much as 1023/1024 seconds. Fix this by resetting the RTC module.
2018-04-29 20:43:07 +02:00
..
RTC.c atmel-samd: RTC: Improve precision when setting datetime 2018-04-29 20:43:07 +02:00
RTC.h atmel-samd: Add rtc module support 2018-04-16 13:15:08 +02:00
__init__.c atmel-samd: Add rtc module support 2018-04-16 13:15:08 +02:00