Adafruit_BNO08x icon indicating copy to clipboard operation
Adafruit_BNO08x copied to clipboard

Arduino library for BNO08x

Results 12 Adafruit_BNO08x issues
Sort by recently updated
recently updated
newest added

https://github.com/adafruit/Adafruit_BNO08x/blame/0301e6d5d838609b5f30afafdd9e56dfb1a02d47/src/Adafruit_BNO08x.cpp#L191-L191C19

It seems that for reliable i2c support the interrupt pin should be checked before accessing it. This is what the SparkFun BNO085 library does. Failure to check this may result...