Initial support for LSM6DS3 IMU (#83)

* Initial support for LSM6DS3 IMU
This commit is contained in:
Daniel Esteban
2019-08-26 08:56:48 +02:00
committed by Ron Evans
parent d80f619c9f
commit 3ae5895183
5 changed files with 298 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ smoke-test:
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/hd44780/text/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/hub75/main.go
tinygo build -size short -o ./build/test.elf -target=circuitplay-express ./examples/lis3dh/main.go
tinygo build -size short -o ./build/test.elf -target=arduino-nano33 ./examples/lsm6ds3/main.go
tinygo build -size short -o ./build/test.elf -target=itsybitsy-m0 ./examples/mag3110/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/microbitmatrix/main.go
tinygo build -size short -o ./build/test.elf -target=itsybitsy-m0 ./examples/mma8653/main.go