GabrielNotman
GabrielNotman
It doesn't currently support querying the day of the week. However, similar to how the epoch time is calculated, you could use _mktime()_. http://www.cplusplus.com/reference/ctime/mktime/
I believe there may be some initialisation issue as the RTC range starts 01 Jan 2000 00:00:00. The initial value you are reading is invalid. I believe the RTC may...
I can confirm that this issue exists. It will present, in the first second, after the RTC is reset (after a POR reset, or by passing _true_ to the _rtc.begin()_...
I've added a fix for this in PR #30.
If you want to read the values directly they can be accessed via the _RTC->MODE2.CLOCK.reg_ register. You can see how this is done in the _getEpoch()_ method. If you skip...
@gyengus @Misiu I have been working on fork here: https://github.com/GabrielNotman/cryptoauthlib I still need to add some instructions and examples but here are the main points: - The library needs to...
@gannaramu I'm currently working on updating it to v3.2.4.