Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Public Attributes | List of all members
webiopi.devices.shield.piface.PiFaceDigital Class Reference

Public Member Functions

def __init__
 
def __str__
 
def __family__
 
def checkChannel
 
def digitalRead
 
def digitalWrite
 
def digitalReadOutput
 
def readAll
 

Public Attributes

 mcp
 
 board
 

Detailed Description

Definition at line 20 of file piface.py.

Constructor & Destructor Documentation

def webiopi.devices.shield.piface.PiFaceDigital.__init__ (   self,
  board = 0 
)

Definition at line 21 of file piface.py.

Member Function Documentation

def webiopi.devices.shield.piface.PiFaceDigital.__family__ (   self)

Definition at line 33 of file piface.py.

def webiopi.devices.shield.piface.PiFaceDigital.__str__ (   self)

Definition at line 30 of file piface.py.

References webiopi.devices.shield.piface.PiFaceDigital.board.

def webiopi.devices.shield.piface.PiFaceDigital.checkChannel (   self,
  channel 
)
def webiopi.devices.shield.piface.PiFaceDigital.digitalRead (   self,
  channel 
)
def webiopi.devices.shield.piface.PiFaceDigital.digitalReadOutput (   self,
  channel 
)
def webiopi.devices.shield.piface.PiFaceDigital.digitalWrite (   self,
  channel,
  value 
)
def webiopi.devices.shield.piface.PiFaceDigital.readAll (   self)

Member Data Documentation

webiopi.devices.shield.piface.PiFaceDigital.board

Definition at line 28 of file piface.py.

Referenced by webiopi.devices.shield.piface.PiFaceDigital.__str__().

webiopi.devices.shield.piface.PiFaceDigital.mcp

Definition at line 27 of file piface.py.


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