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

Mpu6050 rewrite #556

Closed soypat closed 1 year ago

soypat commented 1 year ago

Resolves #544.

I have published the mpu6050 driver I've used independently for years now.

It has greatly increased functionality and is much faster and efficient than the existing implementation. I have broken API compatibility since the existing implementation was extremely limited. In doing so I've taken the liberty of implementing patterns from the RFC https://github.com/tinygo-org/drivers/issues/310.

New Features:

soypat commented 1 year ago

Closing this PR in favor of #577