lis2mdl: add LIS2MDL magnetometer (#187)

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2020-08-20 13:21:39 +02:00
committed by GitHub
parent 5df96c8138
commit af4efceac1
5 changed files with 184 additions and 1 deletions
+2
View File
@@ -151,5 +151,7 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=hifive1b ./examples/ssd1351/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/lis2mdl/main.go
@md5sum ./build/test.hex
test: clean fmt-check smoke-test