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

qmi8658c: Add support for the QMI8658C sensor #467

Closed rcbadiale closed 1 year ago

rcbadiale commented 1 year ago

Add initial support for the QMI8658C Accelerometer and Gyroscope sensor by QST Solution.

This sensor is used in the WaveShare RP2040 Round LCD 1.28in development board.

Add an example based on the aforementioned development board.

Add smoke test to makefile and update README.md

rcbadiale commented 1 year ago

Apparently they are 90 devices, if I can count correctly.

All changes were made, hope it's alright now.

Thank you very much for the review.

conejoninja commented 1 year ago

Thanks for your contribution, it's a very well written driver. Now merged