diff --git a/README.md b/README.md index 41e3b95..e1b2082 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ Build the application with: The program should detect your connected devices and periodically obtain temperature readings from them, displaying them on the console. +## Dependencies + +This application makes use of the following components (included as submodules): + + * components/[esp32-owb](https://github.com/DavidAntliff/esp32-owb) + * components/[esp32-ds18b20](https://github.com/DavidAntliff/esp32-ds18b20) + ## Hardware To run this example, connect one or more DS18B20 devices to a single GPIO on the ESP32. Use the recommended pull-up resistor of 4.k kOhms, connected to the 3.3V supply.