Delete carte.c
This commit is contained in:
parent
d9bee1b366
commit
59950ca590
1 changed files with 0 additions and 17 deletions
17
carte.c
17
carte.c
|
|
@ -1,17 +0,0 @@
|
|||
#include "carte.h"
|
||||
|
||||
void init_carte(void){
|
||||
initGPIO();
|
||||
}
|
||||
|
||||
int carte_bouton_appuye(void){
|
||||
return boutonAppuye();
|
||||
}
|
||||
|
||||
void carte_allumer_DEL(void){
|
||||
allumerDEL();
|
||||
}
|
||||
|
||||
void carte_eteindre_DEL(void){
|
||||
eteindreDEL();
|
||||
}
|
||||
Loading…
Reference in a new issue