Simple code to read the current Unix time over serial and use it to update the RTC. It is important that the terminal program you use is in line mode (i.e. sends the whole time string in one go rather than one character at a time).

Dependencies:   mbed

History

Initial commit.; ; Reads Unix time as a string over serial and uses it to update the time on the RTC. default tip

2014-08-07, by eencae [Thu, 07 Aug 2014 13:13:02 +0000] rev 0

Initial commit.; ; Reads Unix time as a string over serial and uses it to update the time on the RTC.