feat(firmware): BNO055 NDOF IMU driver on I2C1 (Issue #135) #150
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-firmware/issue-135-bno055"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue #135 — BNO055 IMU Driver
Summary
bno055_is_ready()true immediately on restorebno055_temperature()exposed for telemetrybno_cs(calib status byte) andbno_t(temperature °C) when activeFiles
include/bno055.h— newsrc/bno055.c— newinclude/config.h— BNO055_BKP_MAGICsrc/main.c— integration: imu_calibrated() macro, BNO055 init in I2C probe block, read in balance gate, JSON telemetrytest/test_bno055_data.py— new, 43 testsCloses #135