mpu6886: add smoke test

This commit is contained in:
ivoszz
2023-05-20 00:38:20 +02:00
committed by Ron Evans
parent f3f2d65878
commit f627fd162d
+1
View File
@@ -125,3 +125,4 @@ tinygo build -size short -o ./build/test.uf2 -target=circuitplay-express ./examp
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/ds18b20/main.go
tinygo build -size short -o ./build/test.hex -target=nucleo-wl55jc ./examples/lora/lorawan/atcmd/
tinygo build -size short -o ./build/test.uf2 -target=pico ./examples/as560x/main.go
tinygo build -size short -o ./build/test.uf2 -target=pico ./examples/mpu6886/main.go