tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
608 stars 192 forks source link

Add BNO055 driver #558

Open marcuswu opened 1 year ago

marcuswu commented 1 year ago

The BNO055 from Adafruit (https://learn.adafruit.com/adafruit-bno055-absolute-orientation-sensor) is interesting as an IMU because it handles determining absolute orientation itself. I would like to use Go for my project so I'll need support for this sensor.

I am creating this issue to mark my intent to write a driver for it and to ensure there is no duplication of effort.