Added modbus registers and stuff.

This commit is contained in:
David Žaitlík
2022-06-17 23:15:59 +02:00
parent eaab788dde
commit 4b3a9927ba
57 changed files with 9363 additions and 9921 deletions

View File

@@ -1,10 +1,6 @@
"./Core/Src/config.o"
"./Core/Src/crc8.o"
"./Core/Src/i2c.o"
"./Core/Src/ltr329.o"
"./Core/Src/main.o"
"./Core/Src/modbus.o"
"./Core/Src/sht4x.o"
"./Core/Src/stm32l0xx_it.o"
"./Core/Src/syscalls.o"
"./Core/Src/sysmem.o"
@@ -19,3 +15,7 @@
"./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_tim.o"
"./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_usart.o"
"./Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_utils.o"
"./Libs/crc8/crc8.o"
"./Libs/ltr329/ltr329.o"
"./Libs/modbus/modbus.o"
"./Libs/sht4x/sht4x.o"