From f627fd162d2f7a4d03c6da60959b75dd133f0352 Mon Sep 17 00:00:00 2001 From: ivoszz Date: Sat, 20 May 2023 00:38:20 +0200 Subject: [PATCH] mpu6886: add smoke test --- smoketest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/smoketest.sh b/smoketest.sh index bfb484f..e7064a6 100755 --- a/smoketest.sh +++ b/smoketest.sh @@ -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