Raphael_lacroix-Aurelia_lej.../PjtKEIL_Integration/Src/GestionSon.h
2022-04-22 12:16:19 +02:00

9 lines
No EOL
241 B
C

#ifndef GESTIONSONH
#define GESTIONSONH
// CallBackSon parcourt la ram pour jouer le son qui s'y trouve
// StartSon remet l'index de lecture à 0 : lance la lecture du son
extern void CallbackSon(void);
extern void StartSon(void);
#endif