User Tools

Site Tools


uphp:functions:ow_write

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

uphp:functions:ow_write [2017/05/11 10:07]
admin created
uphp:functions:ow_write [2021/09/13 05:57]
Line 1: Line 1:
-======ow_write====== 
- 
-<badge>WMPRO, WMMINI FW >= 1.0</badge> <badge>WMMEGA FW >= 2.0</badge> 
- 
-Write a byte to the Onewire bus.  This is a low level function allowing custom onewire operations. 
- 
-====Description==== 
- 
-<well size="sm"><html> 
-<span style="font-size:125%;color:green"> 
-<span style="color:black">ow_write ( 
-<span style="color:green">$val 
-<span style="color:black">) 
-</html></well> 
- 
-====Parameter==== 
- 
-An <html><b><span style="color:green">int<span style="color:black"></b></html> value containing the byte to send to the onewire bus 
- 
-====Return Values==== 
- 
-none 
- 
-====Example==== 
- 
-<code php> 
-<pre><? 
-  
-ow_write(10); 
-ow_write(11); 
-ow_write(0x55); 
-   
-?> 
-</code> 
-====See Also==== 
- 
-[[ow_first()]] - Get the first device on the bus 
- 
-[[ow_next()]] - Get next device on bus 
- 
-[[ow_read_temp()]] - Read a temperature from a device 
- 
-[[ow_reset()]] - Reset the onewire bus 
- 
-[[ow_read()]] - Read a byte from the onewire bus 
  
uphp/functions/ow_write.txt · Last modified: 2021/09/13 05:57 (external edit)