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.
Fork of nrf51_rtc by
History
Fixed clock drift by keep tracking of the fractional seconds (ticks)
2015-04-16, by lionello [Thu, 16 Apr 2015 11:43:56 +0000] rev 3
Fixed clock drift by keep tracking of the fractional seconds (ticks)
Move #include mbed to cpp file; header only needs time.h
2015-03-18, by lionello [Wed, 18 Mar 2015 09:35:02 +0000] rev 2
Move #include mbed to cpp file; header only needs time.h
Made update_rtc() an actual static method
2015-03-02, by lionello [Mon, 02 Mar 2015 08:54:40 +0000] rev 1
Made update_rtc() an actual static method
Initial revision -- library to implement Real Time Clock (time and set_time) for nRF51-DK.
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.