Fertirrega v6 with internal temperature (but slow)

This commit is contained in:
2026-07-16 16:49:58 +01:00
parent 08709213d9
commit 8d1bb4fadb
121 changed files with 35137 additions and 12048 deletions
+4
View File
@@ -3,6 +3,7 @@
"./Core/Src/ads1015_driver.o"
"./Core/Src/analog_loop_driver.o"
"./Core/Src/digital_outputs_driver.o"
"./Core/Src/dma.o"
"./Core/Src/flash_manager.o"
"./Core/Src/gpio.o"
"./Core/Src/i2c.o"
@@ -13,6 +14,7 @@
"./Core/Src/syscalls.o"
"./Core/Src/sysmem.o"
"./Core/Src/system_stm32f1xx.o"
"./Core/Src/tim.o"
"./Core/Src/usart.o"
"./Core/Startup/startup_stm32f103c8tx.o"
"./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.o"
@@ -29,4 +31,6 @@
"./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.o"
"./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.o"
"./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.o"
"./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.o"
"./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.o"
"./Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.o"