diff --git a/MDK-ARM/Project.uvoptx b/MDK-ARM/Project.uvoptx index 9d9a90f..dc33b86 100644 --- a/MDK-ARM/Project.uvoptx +++ b/MDK-ARM/Project.uvoptx @@ -549,6 +549,102 @@ 0 0 + + 2 + 10 + 5 + 0 + 0 + 0 + ..\Src\Allure.h + Allure.h + 0 + 0 + + + 2 + 11 + 5 + 0 + 0 + 0 + ..\Src\AntiChavirement.h + AntiChavirement.h + 0 + 0 + + + 2 + 12 + 5 + 0 + 0 + 0 + ..\Src\Batterie.h + Batterie.h + 0 + 0 + + + 2 + 13 + 5 + 0 + 0 + 0 + ..\Src\Gouvernail.h + Gouvernail.h + 0 + 0 + + + 2 + 14 + 5 + 0 + 0 + 0 + ..\Src\Heure.h + Heure.h + 0 + 0 + + + 2 + 15 + 5 + 0 + 0 + 0 + ..\Src\MyTimer.h + MyTimer.h + 0 + 0 + + + 2 + 16 + 5 + 0 + 0 + 0 + ..\Src\Transmission.h + Transmission.h + 0 + 0 + + + 2 + 17 + 5 + 0 + 0 + 0 + ..\Src\Voile.h + Voile.h + 0 + 0 + @@ -559,7 +655,7 @@ 0 3 - 10 + 18 1 0 0 @@ -571,7 +667,7 @@ 3 - 11 + 19 1 0 0 @@ -599,7 +695,7 @@ 0 5 - 12 + 20 1 0 0 @@ -619,7 +715,7 @@ 0 6 - 13 + 21 2 0 0 diff --git a/MDK-ARM/Project.uvprojx b/MDK-ARM/Project.uvprojx index d5a288a..8616695 100644 --- a/MDK-ARM/Project.uvprojx +++ b/MDK-ARM/Project.uvprojx @@ -432,6 +432,46 @@ 1 ..\Src\Voile.c + + Allure.h + 5 + ..\Src\Allure.h + + + AntiChavirement.h + 5 + ..\Src\AntiChavirement.h + + + Batterie.h + 5 + ..\Src\Batterie.h + + + Gouvernail.h + 5 + ..\Src\Gouvernail.h + + + Heure.h + 5 + ..\Src\Heure.h + + + MyTimer.h + 5 + ..\Src\MyTimer.h + + + Transmission.h + 5 + ..\Src\Transmission.h + + + Voile.h + 5 + ..\Src\Voile.h + @@ -903,6 +943,46 @@ 1 ..\Src\Voile.c + + Allure.h + 5 + ..\Src\Allure.h + + + AntiChavirement.h + 5 + ..\Src\AntiChavirement.h + + + Batterie.h + 5 + ..\Src\Batterie.h + + + Gouvernail.h + 5 + ..\Src\Gouvernail.h + + + Heure.h + 5 + ..\Src\Heure.h + + + MyTimer.h + 5 + ..\Src\MyTimer.h + + + Transmission.h + 5 + ..\Src\Transmission.h + + + Voile.h + 5 + ..\Src\Voile.h + diff --git a/Src/AntiCharvirement.c b/Src/AntiCharvirement.c index e69de29..536c060 100644 --- a/Src/AntiCharvirement.c +++ b/Src/AntiCharvirement.c @@ -0,0 +1,8 @@ +int CalculerDanger(int gamma){ +} + +int RecupRouli(){ +} + +void ConfAntiChavirement(){ +} \ No newline at end of file diff --git a/Src/AntiChavirement.h b/Src/AntiChavirement.h index e69de29..b91a796 100644 --- a/Src/AntiChavirement.h +++ b/Src/AntiChavirement.h @@ -0,0 +1,31 @@ +#ifndef ANTI_CHAVIREMENT_H +#define ANTI_CHAVIREMENT_H + +#include "stm32f103xb.h" + + +/** + * @brief + * @note + * @param + * @retval + */ +int CalculerDanger(int gamma); + +/** + * @brief + * @note + * @param + * @retval + */ +int RecupRouli(); + +/** + * @brief + * @note Fonction à lancer avant toute autre. + * @param None + * @retval None + */ +void ConfAntiChavirement(); + +#endif \ No newline at end of file