Exemple fait en classe th4 du cours 247-637 (2017)

Dependencies:   mbed

Committer:
YROY2004
Date:
Fri Sep 15 20:02:05 2017 +0000
Revision:
0:669a6bff2494
2017-08 247-637 Exemple fait en classe lors du cours th4

Who changed what in which revision?

UserRevisionLine numberNew contents of line
YROY2004 0:669a6bff2494 1 #ifndef PROCESSUS_BOUTON_H
YROY2004 0:669a6bff2494 2 #define PROCESSUS_BOUTON_H
YROY2004 0:669a6bff2494 3
YROY2004 0:669a6bff2494 4 extern uint16_t etatBouton;
YROY2004 0:669a6bff2494 5
YROY2004 0:669a6bff2494 6
YROY2004 0:669a6bff2494 7
YROY2004 0:669a6bff2494 8 void initialiseBouton(void);
YROY2004 0:669a6bff2494 9 void gereBouton(void);
YROY2004 0:669a6bff2494 10
YROY2004 0:669a6bff2494 11 #endif