lsm303agr (#162)

* lsm303agr: add support for lsm303agr digital compass
This commit is contained in:
Alan Wang
2020-07-01 22:59:25 +08:00
committed by GitHub
parent 61874ea928
commit 39f44ef478
4 changed files with 312 additions and 0 deletions
+2
View File
@@ -67,6 +67,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/lis3dh/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/lsm303agr/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/lsm6ds3/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/mag3110/main.go