We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbad7f commit 2d7dd96Copy full SHA for 2d7dd96
README.md
@@ -8,7 +8,7 @@ Date: 2019.Jul
8
## Basic usage
9
```
10
basic.forever(function () {
11
- serial.writeNumbers(LIS2MDL.get())
+ serial.writeValue("x", LIS2MDL.magneticForce(LIS2MDL.Dimension.Strength))
12
basic.pause(1000)
13
})
14
test.ts
@@ -1,4 +1,4 @@
1
2
3
4
0 commit comments