From 4057e0f0c29cc81210df6e09ad40b4b799e37143 Mon Sep 17 00:00:00 2001 From: Oussama Hannouch Date: Tue, 23 May 2023 23:23:02 +0200 Subject: [PATCH] Add 'soft/PjtKEIL_StepSon/Src/GestionSon.h' --- soft/PjtKEIL_StepSon/Src/GestionSon.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 soft/PjtKEIL_StepSon/Src/GestionSon.h diff --git a/soft/PjtKEIL_StepSon/Src/GestionSon.h b/soft/PjtKEIL_StepSon/Src/GestionSon.h new file mode 100644 index 0000000..d6e4710 --- /dev/null +++ b/soft/PjtKEIL_StepSon/Src/GestionSon.h @@ -0,0 +1,7 @@ +#ifndef GESTION_SON +#define GESTION_SON + +void StartSon(void); +void GestionSon(void); + +#endif \ No newline at end of file