TRC
Dependents: RTC_terminal HorlogeSimple
Diff: RTC_IUT.h
- Revision:
- 5:25fccea872c4
- Parent:
- 4:fc8f09c843e4
--- a/RTC_IUT.h Wed Jun 03 08:03:48 2020 +0000 +++ b/RTC_IUT.h Wed Jun 03 08:12:04 2020 +0000 @@ -1,9 +1,9 @@ -/// @file IHM_L476.h Bibliothéque de classe pour la carte L476 compatible IHM NBOARD +/// @file IHM_ /// @mainpage /// /// /// -/// @author Bruno LARNAUDIE, IUT Cachan +/// /// /// @note /// History @@ -49,7 +49,7 @@ /// printf("epoc: %8X, time: %s\r\n", epoc, buf); /// while(1) { /// rtc.SetYear(2020); // Set the year - /// rtc.GetTimeString(buf); // read date time string DD:MM:YYY hh:mm:ss +/// rtc.GetTimeString(buf); // read date time string DD:MM:YYY hh:mm:ss /// epoc =rtc.GetTimeValue(); // Read second since 01/01/1970 /// printf("epoc: %8X, time: %s\r\n", epoc, buf); /// wait(0.9999);