esp32-dallas-temperature-example
esp32-dallas-temperature is an automated background service for ESP32 to read DS18B20 digital temperature sensors in ESP-IDF.
This is an example project to show how it can be used in a basic application.
You can find the component ready to be included in your project at https://github.com/pablobacho/esp32-dallas-temperature.
Usage
Setup workspace
To clone this example project, use:
git clone --recurse-submodules https://github.com/pablobacho/esp32-dallas-temperature-example.git
Notice the --recurse-submodules
option. This component depends on different sub-modules that need to be cloned with it.
Using the component
Instructions to use the component can be found at https://github.com/pablobacho/esp32-dallas-temperature.
Contributing
If you find a bug, improve documentation, add a feature, or anything else, I encourage you to open an issue and/or make a pull request.
When contributing, please follow Espressif IoT Development Framework Style Guide and their Documenting Code Guide
Licensed under the MIT License.
Referenced sub-modules are property of its creator(s) and published under their own license. Check out their respective repositories for more information.