User Tools

Site Tools


uphp:functions:ow_reset

Differences

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

Link to this comparison view

Next revision
Previous revision
uphp:functions:ow_reset [2017/05/11 10:09]
admin created
uphp:functions:ow_reset [2021/09/13 05:57] (current)
Line 1: Line 1:
 ======ow_reset====== ======ow_reset======
  
-<badge>WMPRO, WMMINI FW >= 1.0</badge> <badge>WMMEGA FW >= 2.0</badge>+<badge>WMPRO >= 1.0</badge> <badge>WMMEGA FW >= 2.0</badge>
  
-Send a reset signal to the onewire bus.  This is a low level function for custom onewire bus operations+Reset the OneWire bus
  
 ====Description==== ====Description====
  
 <well size="sm"><html> <well size="sm"><html>
-<span style="color:black">ow_reset ( +<span style="font-size:125%">ow_reset ( )
-<span style="color:black">)+
 </html></well> </html></well>
  
-====Parameter====+This function sends a reset signal to the OneWire bus.  This is a low level function for custom OneWire bus operations.
  
-none+====Parameters====
  
-====Return Value====+None
  
-none+====Return Values==== 
 + 
 +None
  
 ====Example==== ====Example====
Line 24: Line 25:
 <code php> <code php>
 <? <?
-   
   ow_reset();   ow_reset();
-   
 ?> ?>
 </code> </code>
Line 32: Line 31:
 ====See Also==== ====See Also====
  
-[[ow_first()]] - Get the first device on the bus+[[ow_first()]] - Initiate a OneWire bus scan and return the address of the first device found
  
-[[ow_next()]] - Get next device on bus+[[ow_next()]] - Return the address of the next OneWire device found (after an ow_first)
  
-[[ow_read_temp()]] - Read a temperature from a device+[[ow_read_temp()]] - Read a temperature from a device on the OneWire bus
  
-[[ow_read()]] - Read a byte from the onewire bus+[[ow_read()]] - Read a byte from the OneWire bus
  
-[[ow_write()]] - Write to onewire bus+[[ow_write()]] - Write a byte to the OneWire bus
  
uphp/functions/ow_reset.1494497383.txt.gz · Last modified: 2021/09/13 05:56 (external edit)