Skip to content

Commit c149b8d

Browse files
committed
Cleanup
1 parent c29ecea commit c149b8d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,21 @@ Version: 1.8
1717
* [Hardware One-Wire Bus Manager, DS2482, Hardware::OWI](./src/Hardware/OWI.h)
1818
* [Software One-Wire Slave Device, Slave::OWI](./src/Slave/OWI.h)
1919
* [Programmable Resolution 1-Wire Digital Thermometer, DS18B20](./src/Driver/DS18B20.h)
20-
* [One-Wire Interface Remove Arduino](./src/Driver/Arduino.h)
20+
* [One-Wire Remove Arduino, Master](./src/Driver/Arduino.h)
2121

2222
## Example Sketches
2323

2424
* [Alarm](./examples/Alarm)
25+
* [Arduino](./examples/Arduino)
26+
* [Arduino, Slave](./examples/Slave/Arduino)
2527
* [Search](./examples/Search)
2628
* [Scanner](./examples/Scanner)
2729
* [DS18B20](./examples/DS18B20)
30+
* [DS18B20, Slave](./examples/Slave/DS18B20)
2831
* [DS1990A](./examples/DS1990A)
2932

3033
[ATtiny](./examples/ATtiny) and [DS2482](./examples/DS2482)
31-
variants. And example of [Slave](./examples/Slave) device.
34+
variants.
3235

3336
## Dependencies
3437

0 commit comments

Comments
 (0)