You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add note about I2C issues with certain microcontrollers (#35)
* fix example in README
the example wasn't aligned anymore with the current implementation and
thus didn't compile if copied directly.
* add note about I2C issues with certain microcontrollers
while i can use the sensor (& library) directly with my STM32F4 it
doesn't work out of the box with my ESP32C6. after some digging &
debugging i found [esp-hal#352] which explains this same problem (though
for a BNO080) and the solution for it (increased timeout).
i think it's worth adding a note here as people will find this library
more easily than the solution (esp. since Adafruit doesn't mention the
solution and kind-of just says "meh, don't use it with those
microcontrollers").
[esp-hal#352]: esp-rs/esp-hal#352
* add note about sensor startup
0 commit comments