Pseudo real-time clock using Ticker interruption, also implements time() and set_time() for platforms that don't (such as mBuino)
Fork of PseudoRTC by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:c8bfeb8a2989 | 2015-08-03 | maxint | bugfix; month was one off (note: tm_mon in struct tm is 0 to 11, month in PseudoRTC is 1-12!) |
2:7d153bc7403f | 2015-08-03 | maxint | added unix timestamp functions for boards that don't implement them (suc as mBuino) |
1:fb8fd750e935 | 2014-09-20 | s_inoue_mbed | Documentation fixed. |
0:9ab044e24d20 | 2014-09-20 | s_inoue_mbed | First version. |