How to interface sht3x I2C sensor with STM32F401
Hi
I am a hardware design base person, it's been a while I wrote the code.
I have one STM NUCLEO-F401RE board and one sht3x i2c sensor. I wonder how to make them working (at least print sensor information via UART serial port). I see some source code like sht3x.c and sht3x.h are provided on Github(https://github.com/henriheimann/stm32-hal-sht3x). I follow the instruction to cpoy them into INC and SRC in STM32CubeIDE project However, I encounter lots error messages while building the code. Could anyone help to have a step-by-step walkthrough about how to bring it up?
