This program prompts the user for the current date and time and sets the Nucleo real time clock (RTC) accordingly. It demonstrates the use of C data and time functions (defined in time.h, which appears to be included by mbed). It also demonstrates reading keyboard input with echo and extracting numeric values from strings.
Fork of time_HelloWorld by
History
Fixed pass 0 problem in wait interval read loop. Cleaned up output (printfs) and comments.
2017-11-01, by CSTritt [Wed, 01 Nov 2017 15:53:48 +0000] rev 6
Fixed pass 0 problem in wait interval read loop. Cleaned up output (printfs) and comments.
Initial version.
2017-10-31, by CSTritt [Tue, 31 Oct 2017 18:44:04 +0000] rev 5
Initial version.
"Update mbed-os"
2017-06-23, by sarahmarshy [Fri, 23 Jun 2017 16:54:10 -0500] rev 4
"Update mbed-os"
Ported mbed OS 2 to mbed OS 5
2017-01-19, by mab5449 [Thu, 19 Jan 2017 11:25:45 -0600] rev 3
Ported mbed OS 2 to mbed OS 5
Added license to main.c file.
2015-03-27, by mbedAustin [Fri, 27 Mar 2015 20:18:01 +0000] rev 2
Added license to main.c file.
updated libs
2014-09-21, by mbedAustin [Sun, 21 Sep 2014 18:11:11 +0000] rev 1
updated libs
time Hello World
2013-02-13, by mbed_official [Wed, 13 Feb 2013 17:07:52 +0000] rev 0
time Hello World