Update README.md
This commit is contained in:
parent
1c54cca234
commit
c96c8d570a
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue