forked from acco/chti23
9 lines
114 B
C
9 lines
114 B
C
#ifndef GESTION_SON
|
|
#define GESTION_SON
|
|
|
|
void StartSon(void);
|
|
void StopSon(void);
|
|
void GestionSon(void);
|
|
|
|
#endif
|
|
|