diff --git a/lua_modules/hdc1000/README.md b/lua_modules/hdc1000/README.md index bd57b86e..aa04897d 100644 --- a/lua_modules/hdc1000/README.md +++ b/lua_modules/hdc1000/README.md @@ -10,15 +10,11 @@ First, require it: Then, initialize it: -<<<<<<< HEAD `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. `HDC1000.init(sda, scl, false)` -======= -`HDC1000.init(sda, scl)` ->>>>>>> origin/master Configure it: