Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c96c8d57
Commit
c96c8d57
authored
Mar 07, 2015
by
Francesco Truzzi
Browse files
Update README.md
parent
1c54cca2
Changes
1
Show whitespace changes
Inline
Side-by-side
lua_modules/hdc1000/README.md
View file @
c96c8d57
...
@@ -10,15 +10,11 @@ First, require it:
...
@@ -10,15 +10,11 @@ First, require it:
Then, initialize it:
Then, initialize it:
<<<<<<< HEAD
`HDC1000.init(sda, scl, drdyn)`
`HDC1000.init(sda, scl, drdyn)`
If you don't want to use the DRDYn pin, set it to false: a 20ms delay will be automatically set after each read request.
If you don't want to use the DRDYn pin, set it to false: a 20ms delay will be automatically set after each read request.
`HDC1000.init(sda, scl, false)`
`HDC1000.init(sda, scl, false)`
=======
`HDC1000.init(sda, scl)`
>>>>>>> origin/master
Configure it:
Configure it:
...
...
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