Variables | |
| i2c = machine.I2C(-1, scl=machine.Pin('PB8'), sda=machine.Pin('PB9'), freq=115200) | |
| imu = BNO055(i2c) | |
| bool | calibrated = False |
| bool bno055_test.calibrated = False |
| bno055_test.i2c = machine.I2C(-1, scl=machine.Pin('PB8'), sda=machine.Pin('PB9'), freq=115200) |