Exemple fait en classe th4 du cours 247-637 (2017)
Dependencies: mbed
processusExemple.cpp@1:204d168becaa, 2017-09-15 (annotated)
- Committer:
- YROY2004
- Date:
- Fri Sep 15 21:12:32 2017 +0000
- Revision:
- 1:204d168becaa
- Parent:
- 0:669a6bff2494
Version publique
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
YROY2004 | 0:669a6bff2494 | 1 | #include "mbed.h" |
YROY2004 | 0:669a6bff2494 | 2 | #include "processusUART.h" |
YROY2004 | 0:669a6bff2494 | 3 | #include "processusBouton.h" |
YROY2004 | 0:669a6bff2494 | 4 | #include "processusExemple.h" |
YROY2004 | 0:669a6bff2494 | 5 | |
YROY2004 | 0:669a6bff2494 | 6 | void initialiseExemple(void) |
YROY2004 | 0:669a6bff2494 | 7 | { |
YROY2004 | 0:669a6bff2494 | 8 | } |
YROY2004 | 0:669a6bff2494 | 9 | |
YROY2004 | 0:669a6bff2494 | 10 | |
YROY2004 | 0:669a6bff2494 | 11 | void gereExemple(void) |
YROY2004 | 0:669a6bff2494 | 12 | { |
YROY2004 | 0:669a6bff2494 | 13 | if (etatBouton == 1) |
YROY2004 | 0:669a6bff2494 | 14 | { |
YROY2004 | 0:669a6bff2494 | 15 | messagePret = PROCESSUS_UART_PRET; |
YROY2004 | 0:669a6bff2494 | 16 | } |
YROY2004 | 0:669a6bff2494 | 17 | } |