There was an error while loading. Please reload this page.
1 parent 76b704b commit 9dab984Copy full SHA for 9dab984
README.md
@@ -1,13 +1,13 @@
1
# Arduino-OWI
2
The OWI library has been developed to support the implementation of
3
-1-wire device drivers.
+1-wire device drivers. The library includes an example device driver
4
+and a bus scanner.
5
6
Version: 1.2
7
8
## Classes
9
-* [Abstract One-Wire Interface, OWI](./src/OWI.h)
10
-* [One-Wire Device Driver Interface, OWI::Device](./src/OWI.h)
+* [One-Wire Bus Manager and Device Interface, OWI](./src/OWI.h)
11
* [Software One-Wire Interface, Software::OWI](./src/Software/OWI.h)
12
* [Programmable Resolution 1-Wire Digital Thermometer, DS18B20](./src/Driver/DS18B20.h)
13
0 commit comments