Making BNO-055 Library for Linux SBC in Object Pascal
2023.11.22 20:36
Making BNO-055 Library for Linux SBC in Object Pascal
I made my testing board. The board was originally made to make library for BNO-055 which produces 9 Axis sensor fusion data output of real world orientation.
// Make sure adafruit library demo to be run to test connection.
// You might have to change # address $28 or $29 and i2c-# port from code.
// Adafruit library for BNO055 for test
pip3 install adafruit-circuitpython-bno055
pip3 install adafruit_extended_bus