Interfacing two VL53L0x ToF sensors with an ATmega328p in AVR C
Hello,
I've got a question.
I'm trying to interface two VL53L0x ToF sensors with an ATmega328p board. This worked fine in the arduino IDE with the beautiful Adafruit library. Unfortunately this library does not work in AVR C so I'm trying to create the whole start up sequence and everything on my own.
This has proven to be very difficult however. I have found the API and some other libraries but I can't get them to work.
Does anyone have experience with AVR C and I2C?
