grpe_Magana_Brunetto/soft/PjtKEIL_StepSon/Src/GestionSon.h
2023-04-14 15:57:32 +02:00

14 lines
No EOL
564 B
C

/**
* Bibliothèque comprenant les fonctions de gestion du son bruitverre.asm à travers GestionSon.s
* Les fonctions présentes sont CallbackSon et StartSon
*/
#include "DriverJeuLaser.h"
//**********************************************************************************************************
//--------------------- FONCTIONS DE GESTION DU SON --------------------------------------
//**********************************************************************************************************
void CallbackSon(void);
void StartSon(void);