Commit c96c8d57 authored by Francesco Truzzi's avatar Francesco Truzzi
Browse files

Update README.md

parent 1c54cca2
...@@ -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:
......
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