grpC_Nguyen_Zhang/soft/PjtKEIL_StepSon/Src/GestionSon.h
2023-04-21 18:21:03 +02:00

6 lines
No EOL
142 B
C

#ifndef GESTION_SON_H_
#define GESTION_SON_H_
short int CallbackSon(short int *son, int *index, int longueurSon);
void StartSon(void);
#endif