owWriteBit (Function) |
Top Previous Next |
This function will write a single bit to the 1-Wire net. A device must first have been selected with owAccess. If the lock has not been acquired, no data will be transmitted.
Input: data : BOOL Value to send.
Returns: INT
Declaration: FUNCTION owWriteBit : INT;
Example:
Please see the "Examples - Generic OneWire Example" |