The OWI library has been developed to support the implementation of 1-wire bus managers and device drivers. The library includes a GPIO based software and DS2482 based hardware bus manager, Slave device support class, and device driver for DS18B20.
The examples directory contains device search, bus scanner, thermometer alarm search, and example sketches for DS18B20 and DS1990A.
Version: 1.8
- Abstract One-Wire Bus Manager and Device Interface, OWI
- Software One-Wire Bus Manager, GPIO, Software::OWI
- Hardware One-Wire Bus Manager, DS2482, Hardware::OWI
- Software One-Wire Slave Device, Slave::OWI
- Programmable Resolution 1-Wire Digital Thermometer, DS18B20
- One-Wire Remote Arduino, Master