Skip to content

Commit df6922f

Browse files
authored
Update README.md
1 parent 3f570bb commit df6922f

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# 🌡️ Arduino Temperature Control Library
2+
# Arduino Temperature Control Library
33

44
[![Arduino CI](https://github.com/milesburton/Arduino-Temperature-Control-Library/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
55
[![Arduino-lint](https://github.com/milesburton/Arduino-Temperature-Control-Library/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/milesburton/Arduino-Temperature-Control-Library/actions/workflows/arduino-lint.yml)
@@ -13,7 +13,7 @@
1313
A robust and feature-complete Arduino library for Maxim Temperature Integrated Circuits.
1414

1515

16-
## 📌 Supported Devices
16+
## Supported Devices
1717

1818
| device | power | notes |
1919
|:-----------|:---------:|:--------|
@@ -24,7 +24,7 @@ A robust and feature-complete Arduino library for Maxim Temperature Integrated C
2424
| MAX31820 | 3 V ⚠️ |
2525
| MAX31850/1 | 3-3.7V ⚠️ | thermocouple
2626

27-
## 🚀 Installation
27+
## Installation
2828

2929
### Using Arduino IDE Library Manager (Recommended)
3030
1. Open Arduino IDE
@@ -39,7 +39,7 @@ A robust and feature-complete Arduino library for Maxim Temperature Integrated C
3939
3. Select the downloaded ZIP file
4040
4. Repeat steps 1-3 for the required "OneWire" library
4141

42-
## 📝 Basic Usage
42+
## Basic Usage
4343

4444
1. **Hardware Setup**
4545
- 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
7575
}
7676
```
7777
78-
## 🛠️ Advanced Features
78+
## Advanced Features
7979
8080
- Multiple sensors on the same bus
8181
- 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
9191
#define REQUIRESALARMS // Use if you need alarm functionality
9292
```
9393

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
9995

10096
If you want to contribute to the library development:
10197

@@ -115,7 +111,7 @@ The project includes a development container configuration for VS Code that prov
115111

116112
> Note: Currently compiling against arduino:avr:uno environment
117113
118-
## Credits
114+
## Credits
119115

120116
- Original development by Miles Burton <mail@milesburton.com>
121117
- 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
124120

125121
## 📄 License
126122

127-
MIT License | Copyright (c) 2025 Miles Burton
123+
MIT License | Copyright (c) 2026 Miles Burton
128124

129125
Full license text available in [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)