qmi8658c: Add support for the QMI8658C sensor (#467)

* Add support for the QMI8658C sensor

* qmi8656c: update ReadTemperature signature

* Update README devices count
This commit is contained in:
Rafael Badiale
2022-10-02 09:14:37 -03:00
committed by GitHub
parent 81bc1bcad1
commit c00cb3abdd
5 changed files with 403 additions and 1 deletions
+2
View File
@@ -209,6 +209,8 @@ endif
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=xiao ./examples/pcf8563/timer/
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=pico ./examples/qmi8658c/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=feather-m0 ./examples/ina260/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=nucleo-l432kc ./examples/aht20/main.go