Raphael_lacroix-Aurelia_lej.../PjtKEIL_Integration/Src/GestionSon.h
2022-05-10 15:41:44 +02:00

9 satır
242 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