Initial support for VL6180x sensor

required changes
This commit is contained in:
Daniel Esteban
2022-08-30 15:56:58 +02:00
committed by Ron Evans
parent 2a2e897261
commit 6f05615f3e
5 changed files with 363 additions and 6 deletions
+2
View File
@@ -143,6 +143,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/vl53l1x/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/vl6180x/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/waveshare-epd/epd2in13/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/waveshare-epd/epd2in13x/main.go