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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:9be93d7808ca | 2015-04-16 | lionello | Fixed clock drift by keep tracking of the fractional seconds (ticks) |
2:e1479e6ffc37 | 2015-03-18 | lionello | Move #include mbed to cpp file; header only needs time.h |
1:5917157d58c6 | 2015-03-02 | lionello | Made update_rtc() an actual static method |
0:3677a016109b | 2015-02-08 | fxschumacher | Initial revision -- library to implement Real Time Clock (time and set_time) for nRF51-DK. |