TRC
Dependents: RTC_terminal HorlogeSimple
Revision 5:25fccea872c4, committed 2020-06-03
- Comitter:
- gr91
- Date:
- Wed Jun 03 08:12:04 2020 +0000
- Parent:
- 4:fc8f09c843e4
- Commit message:
- V6
Changed in this revision
RTC_IUT.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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);