OneWire |
|
|
This group of functions allows connections of Maxim 1-Wire devices to the RTCU device. 1-Wire is a simple and very easy to implement serial bus. It consists of only two wires (Signal and GND) and makes it very easy to implement remote sensing in various applications.
Currently, direct support for iButton and temperature sensors is implemented, and support for additional devices can be added by using the generic OneWire functions.
Generic OneWire functions: Generic one-wire has support for working with all devices on the bus and for only working with alerted devices:
The implementation of OneWire has the following limitations: •It is only possible to read/write to the last iButton discovered with owiButtonGetID. |