Commit 90839f89 authored by Marcel Stör's avatar Marcel Stör
Browse files

Fix typo

parent 5ba1a6e9
......@@ -18,7 +18,7 @@ temperature multiplied with 10 (integer)
#### Example
```lua
hmc5883.init(1, 2)
hmc58831.init(1, 2)
local x,y,z = hmc5883l.read()
print(string.format("x = %d, y = %d, z = %d", x, y, z))
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment