2020-08-16 05:13 AM
I am trying to connect a vl53l1 sensor to stm32f030f4.
I can't figure out how to set up I2c
The user manual says that this is done in a VL53L1_platform.h file, but there are no instructions on how to do it.
2020-08-18 12:27 AM
Do you try to use the API?
If not, take a look at one of the libraries from Adafruit or Pololu. They show basic I2C setup without using the API.