Added bit shift for the I2C address. Changed return values to int8_t from int.

This commit is contained in:
David Žaitlík
2021-06-13 11:39:30 +02:00
parent 4833a4fb99
commit 178daebf59
66 changed files with 7465 additions and 34 deletions

17
fw/Debug/objects.list Normal file
View File

@@ -0,0 +1,17 @@
"Core/Src/i2c.o"
"Core/Src/led.o"
"Core/Src/main.o"
"Core/Src/sht4x.o"
"Core/Src/stm32l0xx_it.o"
"Core/Src/syscalls.o"
"Core/Src/sysmem.o"
"Core/Src/system_stm32l0xx.o"
"Core/Startup/startup_stm32l011f4ux.o"
"Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_dma.o"
"Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_exti.o"
"Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_gpio.o"
"Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_i2c.o"
"Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_lpuart.o"
"Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_pwr.o"
"Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_rcc.o"
"Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_ll_utils.o"