forked from opendata-stuttgart/sensors-software
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Franz-Josef Kaiser edited this page Dec 23, 2020
·
2 revisions
- A single call to ds18b20.begin() is not sufficient. This method has to be called a second time in order to get the library working. (Maybe the initial state of the data pin is the cause of the problem?)
- See https://github.com/platformio/platform-espressif32/issues/253
- Use non-blocking features from the wrapper at https://github.com/gfvalvo/nonBlockingDS18B20