mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

CatenaRTC should do any needed millis() adjustments #62

Closed terrillmoore closed 5 years ago

terrillmoore commented 6 years ago

Right now, on SAMD, you have to call adjust_millis_forward. This should be part of the gRtc operation.

terrillmoore commented 5 years ago

@chwon64, now that we have the common realtime clock, can we do this?

terrillmoore commented 5 years ago

This is handled by the Catena.Sleep() operation (#83)