Question
How to use HAL I2C Library
Posted on July 29, 2015 at 11:29
Hello,
I need to make my STM32F072 communicate with a HIH sensor through I2C.I want to use HAL_I2C_Master_Transmit and HAL_I2C_Master_Receive. For exemple if I just need to generate a write condition bit may I use it even if txbuffer is a uint8 type? #sensor #i2c #i2c #hal