Exemple fait en classe th4 du cours 247-637 (2017)
Dependencies: mbed
piloteBaseDeTemps.h@1:204d168becaa, 2017-09-15 (annotated)
- Committer:
- YROY2004
- Date:
- Fri Sep 15 21:12:32 2017 +0000
- Revision:
- 1:204d168becaa
Version publique
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
YROY2004 | 1:204d168becaa | 1 | #ifndef PROCESSUS_PILOTE_BASE_DE_TEMPS_H |
YROY2004 | 1:204d168becaa | 2 | #define PROCESSUS_PILOTE_BASE_DE_TEMPS_H |
YROY2004 | 1:204d168becaa | 3 | |
YROY2004 | 1:204d168becaa | 4 | void initialisePiloteBaseDeTemps(void); |
YROY2004 | 1:204d168becaa | 5 | |
YROY2004 | 1:204d168becaa | 6 | #endif |