An attempt to provide a Real Time Clock for the nRF51-DK. This code provides rtc.time and rtc.set_time replacements for the similarly named C standard methods (unimplemented for nRF51-DK last I checked). Not very well tested, but it seems to work for simple applications.

Dependents:   nRF51_rtc_example LoRa_PIR BLE_Lightning_sensor BLE_AlarmWatch ... more

History

Initial revision -- library to implement Real Time Clock (time and set_time) for nRF51-DK. default tip

2015-02-08, by fxschumacher [Sun, 08 Feb 2015 01:28:47 +0000] rev 0

Initial revision -- library to implement Real Time Clock (time and set_time) for nRF51-DK.