You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A robust and feature-complete Arduino library for Maxim Temperature Integrated Circuits.
14
14
15
15
16
-
## 📌 Supported Devices
16
+
## Supported Devices
17
17
18
18
| device | power | notes |
19
19
|:-----------|:---------:|:--------|
@@ -24,7 +24,7 @@ A robust and feature-complete Arduino library for Maxim Temperature Integrated C
24
24
| MAX31820 | 3 V ⚠️ |
25
25
| MAX31850/1 | 3-3.7V ⚠️ | thermocouple
26
26
27
-
## 🚀 Installation
27
+
## Installation
28
28
29
29
### Using Arduino IDE Library Manager (Recommended)
30
30
1. Open Arduino IDE
@@ -39,7 +39,7 @@ A robust and feature-complete Arduino library for Maxim Temperature Integrated C
39
39
3. Select the downloaded ZIP file
40
40
4. Repeat steps 1-3 for the required "OneWire" library
41
41
42
-
## 📝 Basic Usage
42
+
## Basic Usage
43
43
44
44
1.**Hardware Setup**
45
45
- Connect a 4k7 Ω pull-up resistor between the 1-Wire data line and 5V power. Note this applies to the Arduino platform, for ESP32 and 8266 you'll need to adjust the resistor value accordingly.
@@ -75,7 +75,7 @@ A robust and feature-complete Arduino library for Maxim Temperature Integrated C
75
75
}
76
76
```
77
77
78
-
## 🛠️ Advanced Features
78
+
## Advanced Features
79
79
80
80
- Multiple sensors on the same bus
81
81
- Temperature conversion by address (`getTempC(address)` and `getTempF(address)`)
@@ -91,11 +91,7 @@ You can slim down the code by defining the following at the top of DallasTempera
91
91
#define REQUIRESALARMS // Use if you need alarm functionality
92
92
```
93
93
94
-
## 📚 Additional Documentation
95
-
96
-
Visit our [Wiki](https://www.milesburton.com/w/index.php/Dallas_Temperature_Control_Library) for detailed documentation.
97
-
98
-
## 🔧 Library Development
94
+
## Library Development
99
95
100
96
If you want to contribute to the library development:
101
97
@@ -115,7 +111,7 @@ The project includes a development container configuration for VS Code that prov
115
111
116
112
> Note: Currently compiling against arduino:avr:uno environment
117
113
118
-
## ✨ Credits
114
+
## Credits
119
115
120
116
- Original development by Miles Burton <mail@milesburton.com>
121
117
- Multiple sensor support by Tim Newsome <nuisance@casualhacker.net>
@@ -124,6 +120,6 @@ The project includes a development container configuration for VS Code that prov
124
120
125
121
## 📄 License
126
122
127
-
MIT License | Copyright (c) 2025 Miles Burton
123
+
MIT License | Copyright (c) 2026 Miles Burton
128
124
129
125
Full license text available in [LICENSE](LICENSE) file.
0 commit comments