Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem mbed
Fork of PES4_Programme by
Diff: header/main.h
- Revision:
- 32:bb6cb7ec884e
- Parent:
- 27:bf0577ecfa6e
- Child:
- 33:f68a5f8564b7
--- a/header/main.h Tue Mar 27 08:17:10 2018 +0000 +++ b/header/main.h Tue Mar 27 10:30:55 2018 +0000 @@ -4,7 +4,9 @@ #include "functions.h" #include "variables.h" -#define PRINT_TIME pc.printf("read time: %c:%c:%c, %c.%c.20%c, weekday: %c\r\n",time.hour, time.minute, time.second, time.day, time.month, time.day, time.weekday); +#define PRINT_TIME pc.printf("read time: %c:%c:%c, %c.%c.20%c, weekday: %c\r\n",time.hour, time.minute, time.second, time.day, time.month, time.year, time.weekday); + + /* Achtung! I2C für Servoboard ist auf PIN PB_9, PB_8 * dies muss in pwmBoard.c geändert werden! *