2.3 Byte-Level Functions
| Byte-level Function | Description |
|---|---|
| void OW_write_byte (uint8_t write_data); | This function is used to transmit a byte of data to the host device |
| uint8_t OW_read_byte (void); | This function is used to receive a byte of data from the host device |
