UMass-Rocket-Team / Payload_2025

0 stars 0 forks source link

Implemented a driver for the BNO055 sensor and a test application #12

Open Preet-Shah1 opened 1 day ago

Preet-Shah1 commented 1 day ago

This pull request created a modular driver for the BNO055 sensor that can switch between I2C and SPI communications protocal. Currently implemented initialization, mode configuration, accelerometer data reading, and quaternion data reading. Needs work but can maybe start testing on hardware?