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 Shigenori Inoue

History

bugfix; month was one off (note: tm_mon in struct tm is 0 to 11, month in PseudoRTC is 1-12!) default tip

2015-08-03, by maxint [Mon, 03 Aug 2015 10:29:25 +0000] rev 3

bugfix; month was one off (note: tm_mon in struct tm is 0 to 11, month in PseudoRTC is 1-12!)


added unix timestamp functions for boards that don't implement them (suc as mBuino)

2015-08-03, by maxint [Mon, 03 Aug 2015 09:04:48 +0000] rev 2

added unix timestamp functions for boards that don't implement them (suc as mBuino)


Documentation fixed.

2014-09-20, by s_inoue_mbed [Sat, 20 Sep 2014 14:25:38 +0000] rev 1

Documentation fixed.


First version.

2014-09-20, by s_inoue_mbed [Sat, 20 Sep 2014 14:18:46 +0000] rev 0

First version.