Public Member Functions | Public Attributes
pigpio._callback_ADT Class Reference

List of all members.

Public Member Functions

def __init__

Public Attributes

 bit
 edge
 func
 gpio

Detailed Description

An ADT class to hold callback information.

Definition at line 1068 of file pigpio.py.


Constructor & Destructor Documentation

def pigpio._callback_ADT.__init__ (   self,
  gpio,
  edge,
  func 
)
Initialises a callback ADT.

gpio:= Broadcom GPIO number.
edge:= EITHER_EDGE, RISING_EDGE, or FALLING_EDGE.
func:= a user function taking three arguments (GPIO, level, tick).

Definition at line 1071 of file pigpio.py.


Member Data Documentation

Definition at line 1077 of file pigpio.py.

Definition at line 1077 of file pigpio.py.

Definition at line 1077 of file pigpio.py.

Definition at line 1077 of file pigpio.py.


The documentation for this class was generated from the following file:


cob_hand_bridge
Author(s): Mathias Lüdtke
autogenerated on Thu Jun 6 2019 20:43:57