# doc-cache created by Octave 10.1.0
# name: cache
# type: cell
# rows: 3
# columns: 3
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
israspi


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 330
 -- RETVAL = israspi (OBJ)
     Check if input value is an raspi object

     Function is essentially just a call of ‘ retval = isa(obj,
     "raspi"); ’

     Inputs
     ......

     OBJ - The object to check

     Outputs
     .......

     RETVAL is true, if obj is an raspi object, false otherwise.

     See also: raspi.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 39
Check if input value is an raspi object



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
pigpio


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1880
 -- RETVAL = pigpio ()
 -- RETVAL = pigpio (IPADDRESS, PORTNUMBER)
 -- RETVAL = pigpio (IPADDRESS, PORTNUMBER, TIMEOUT)

     Connect to pigpio server on a raspberry pi board using the pigpio
     daemon interface.

     Inputs
     ......

     IPADDRESS - ip or host name of the raspberry PI pigpio server.  If
     omitted, a default of "127.0.0.1" is used.

     PORTNUMBER - port number the server is running on.  If omitted, a
     port of 8888 is used.

     TIMEOUT - Timeout value.

     Outputs
     .......

     RETVAL - a pigpio object.

     See also: http://abyz.me.uk/rpi/pigpio/pdif2.html.

 -- RETVAL = get_hardware_revision (P)

     Get the raspberry pi hardware version

     Inputs
     ......

     P - the connected pigpio object.

     Outputs
     .......

     RETVAL - hardware version number.

     See also: pigpio.

 -- RETVAL = get_pigpio_version (P)

     Get the pigpio software version

     Inputs
     ......

     P - the connected pigpio object.

     Outputs
     .......

     RETVAL - version number.

     See also: pigpio.

 -- RETVAL = get_current_tick (P)

     Get the a tick value in milliseconds

     Inputs
     ......

     P - the connected pigpio object.

     Outputs
     .......

     RETVAL - tick value.

     Note that as the tick value is a int32, the value will wrap every
     17 minutes.

     See also: pigpio.

 -- RETVAL = get_mode (P, PIN)

     Get the mode a pin is set to.

     Inputs
     ......

     P - the connected pigpio object.
     PIN - the pin to query.

     Outputs
     .......

     RETVAL - pin mode.

     See also: pigpio.

 -- RETVAL = set_mode (P, PIN, MODE)

     Set the mode a pin is set to.

     Inputs
     ......

     P - the connected pigpio object.
     PIN - the pin to query.
     MODE - mode to.

     Outputs
     .......

     RETVAL - 0 on success.

     See also: pigpio.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Connect to pigpio server on a raspberry pi board using the pigpio daemon
inte...



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
pigpio_base


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 35
 auto generated file from pigpio.h



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 35
 auto generated file from pigpio.h






