Generic OneWire

Top  Previous  Next

The following functions are used to communicate with generic 1-wire devices:


owAccess

Selects a device and locks the OneWire net.


owGetFamily

Returns the family ID of the device.


owGetID

Queries the ID of a device.


owQuery

Queries the number of devices in a family.


owRead

Reads a byte from the OneWire net.


owReadBit

Reads a bit from the OneWire net.


owReadData

Reads data from the OneWire net.


owRelease

Releases the lock on the OneWire net.


owSearchX

Advanced search function for OneWire devices.


owWrite

Writes a byte to the OneWite net.


owWriteBit

Writes a bit to the OneWire net.


owWriteData

Writes data to the OneWire net.