Install the DallasTemperature library
masterYou can install the library using the Arduino IDE Library Manager (recommended) or via manual ZIP installation.
Using Arduino IDE Library Manager (Recommended)
- Open Arduino IDE.
- Go to Tools > Manage Libraries...
- Search for
DallasTemperatureand click Install. - Important: You must also install the
OneWirelibrary by Paul Stoffregen using the same method, as it is a required dependency.
Manual Installation
- Download the latest release from the GitHub releases page.
- In Arduino IDE, go to Sketch > Include Library > Add .ZIP Library...
- Select the downloaded ZIP file.
- Repeat these steps for the required
OneWirelibrary.