From 2405f824519b535638c42bbe5371edd4010471d6 Mon Sep 17 00:00:00 2001 From: Oussama Hannouch Date: Tue, 11 Apr 2023 00:00:53 +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