File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,21 @@ Version: 1.8
17
17
* [ Hardware One-Wire Bus Manager, DS2482, Hardware::OWI] ( ./src/Hardware/OWI.h )
18
18
* [ Software One-Wire Slave Device, Slave::OWI] ( ./src/Slave/OWI.h )
19
19
* [ 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 )
21
21
22
22
## Example Sketches
23
23
24
24
* [ Alarm] ( ./examples/Alarm )
25
+ * [ Arduino] ( ./examples/Arduino )
26
+ * [ Arduino, Slave] ( ./examples/Slave/Arduino )
25
27
* [ Search] ( ./examples/Search )
26
28
* [ Scanner] ( ./examples/Scanner )
27
29
* [ DS18B20] ( ./examples/DS18B20 )
30
+ * [ DS18B20, Slave] ( ./examples/Slave/DS18B20 )
28
31
* [ DS1990A] ( ./examples/DS1990A )
29
32
30
33
[ ATtiny] ( ./examples/ATtiny ) and [ DS2482] ( ./examples/DS2482 )
31
- variants. And example of [ Slave ] ( ./examples/Slave ) device.
34
+ variants.
32
35
33
36
## Dependencies
34
37
You can’t perform that action at this time.
0 commit comments