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
599 stars 188 forks source link

Driver for QMI8658C Accelerometer and Gyroscope #466

Closed rcbadiale closed 1 year ago

rcbadiale commented 1 year ago

I would like to contribute adding support to the QMI8658C Accelerometer and Gyroscope used by the WaveShare RP2040 Round LCD 1.28in development board.

Just opening the issue as instructed in the CONTRIBUTING.md.

rcbadiale commented 1 year ago

PR: https://github.com/tinygo-org/drivers/pull/467

rcbadiale commented 1 year ago

PR has been merged.