Yves Roy / Mbed 2 deprecated 247-637-th4

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers processusBouton.h Source File

processusBouton.h

00001 #ifndef PROCESSUS_BOUTON_H
00002 #define PROCESSUS_BOUTON_H
00003 
00004 extern uint16_t etatBouton;
00005 
00006 
00007 
00008 void initialiseBouton(void);
00009 void gereBouton(void);
00010 
00011 #endif