diff --git a/projet-voilier/Objects/driver_gpio.o b/projet-voilier/Objects/driver_gpio.o
index f94093f..d6b8572 100644
Binary files a/projet-voilier/Objects/driver_gpio.o and b/projet-voilier/Objects/driver_gpio.o differ
diff --git a/projet-voilier/Objects/driver_timer.o b/projet-voilier/Objects/driver_timer.o
index 38da3b6..b2382aa 100644
Binary files a/projet-voilier/Objects/driver_timer.o and b/projet-voilier/Objects/driver_timer.o differ
diff --git a/projet-voilier/Objects/main.d b/projet-voilier/Objects/main.d
index 32b7909..ee56831 100644
--- a/projet-voilier/Objects/main.d
+++ b/projet-voilier/Objects/main.d
@@ -8,9 +8,5 @@
C:\Users\robin\AppData\Local\Arm\Packs\ARM\CMSIS\5.9.0\CMSIS\Core\Include\cmsis_armclang.h \
C:\Users\robin\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.0\Device\Include\system_stm32f10x.h \
..\driver\Driver_GPIO.h ..\driver\Driver_Timer.h \
-<<<<<<< HEAD
..\driver\Driver_UART.h ..\driver\Driver_ADC.h ..\driver\MySPI.h \
- ..\driver\Driver_IMU.h
-=======
- ..\driver\Driver_UART.h src\App_girouette.h
->>>>>>> encoder
+ ..\driver\Driver_IMU.h src\App_girouette.h
diff --git a/projet-voilier/Objects/main.o b/projet-voilier/Objects/main.o
deleted file mode 100644
index 5dc4d13..0000000
Binary files a/projet-voilier/Objects/main.o and /dev/null differ
diff --git a/projet-voilier/Objects/projet-voilier_reel.axf b/projet-voilier/Objects/projet-voilier_reel.axf
deleted file mode 100644
index 97cfaae..0000000
Binary files a/projet-voilier/Objects/projet-voilier_reel.axf and /dev/null differ
diff --git a/projet-voilier/Objects/projet-voilier_reel.build_log.htm b/projet-voilier/Objects/projet-voilier_reel.build_log.htm
index 9cce77d..e580efa 100644
--- a/projet-voilier/Objects/projet-voilier_reel.build_log.htm
+++ b/projet-voilier/Objects/projet-voilier_reel.build_log.htm
@@ -27,7 +27,6 @@ Project File Date: 04/11/2023
Output:
*** Using Compiler 'V6.19', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
Rebuild target 'reel'
-<<<<<<< HEAD
src/main.c(19): error: unknown type name 'Encoder'
Encoder->Timer = TIM4;
^
@@ -91,34 +90,26 @@ MyTimer_Start(&Encoder);
../driver\Driver_Timer.h(29): note: previous declaration is here
void MyTimer_Start(MyTimer_Struct_TypeDef * Timer);
^
-3 warnings and 11 errors generated.
+src/main.c(47): error: too few arguments to function call, expected 3, have 2
+ MyTimer_ConfigurePWM(&PWM_VOILE, 10);
+ ~~~~~~~~~~~~~~~~~~~~ ^
+../driver\Driver_Timer.h(66): note: 'MyTimer_ConfigurePWM' declared here
+void MyTimer_ConfigurePWM(MyTimer_Struct_TypeDef *Timer, uint8_t pwm_channel, uint16_t duty_cycle);
+ ^
+src/main.c(128): warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)' [-Wimplicit-function-declaration]
+ sprintf(str, "Dir: %f deg", (float)dir);
+ ^
+src/main.c(128): note: include the header or explicitly provide a declaration for 'sprintf'
+4 warnings and 12 errors generated.
compiling main.c...
-compiling system_stm32f10x.c...
assembling startup_stm32f10x_md.s...
-compiling Driver_UART.c...
-=======
-assembling startup_stm32f10x_md.s...
->>>>>>> encoder
+compiling Driver_ADC.c...
compiling Driver_GPIO.c...
compiling App_girouette.c...
compiling Driver_UART.c...
-src/main.c(108): warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)' [-Wimplicit-function-declaration]
- sprintf(str, "Dir: %f deg", (float)dir);
- ^
-src/main.c(108): note: include the header or explicitly provide a declaration for 'sprintf'
-1 warning generated.
-compiling main.c...
compiling Driver_Timer.c...
-compiling Driver_ADC.c...
-<<<<<<< HEAD
-compiling Driver_Timer.c...
-".\Objects\projet-voilier_reel.axf" - 11 Error(s), 3 Warning(s).
-=======
compiling system_stm32f10x.c...
-linking...
-Program Size: Code=5584 RO-data=268 RW-data=16 ZI-data=1024
-".\Objects\projet-voilier_reel.axf" - 0 Error(s), 1 Warning(s).
->>>>>>> encoder
+".\Objects\projet-voilier_reel.axf" - 12 Error(s), 4 Warning(s).
Software Packages used:
@@ -149,10 +140,7 @@ Package Vendor: Keil
Source file: Device/Source/system_stm32f10x.c
Include file: RTE_Driver/Config/RTE_Device.h
Source file: Device/Source/ARM/STM32F1xx_OPT.s
-<<<<<<< HEAD
Target not created.
-=======
->>>>>>> encoder
Build Time Elapsed: 00:00:01