Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
90839f89
Commit
90839f89
authored
Sep 21, 2016
by
Marcel Stör
Browse files
Fix typo
parent
5ba1a6e9
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/en/modules/hmc5883l.md
View file @
90839f89
...
...
@@ -18,7 +18,7 @@ temperature multiplied with 10 (integer)
#### Example
```
lua
hmc5883
.
init
(
1
,
2
)
hmc5883
1
.
init
(
1
,
2
)
local
x
,
y
,
z
=
hmc5883l
.
read
()
print
(
string.format
(
"x = %d, y = %d, z = %d"
,
x
,
y
,
z
))
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment