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
587 stars 180 forks source link

Mpu sensor rewrite 2 #577

Open soypat opened 1 year ago

soypat commented 1 year ago

Resolves https://github.com/tinygo-org/drivers/issues/544 and updates the mpu6050 to take advantage of previously unavailable features.

Replaces old PR https://github.com/tinygo-org/drivers/pull/556