Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | List of all members
webiopi.devices.analog.mcp3x0x.MCP3004 Class Reference
Inheritance diagram for webiopi.devices.analog.mcp3x0x.MCP3004:
webiopi.devices.analog.mcp3x0x.MCP300X webiopi.devices.analog.mcp3x0x.MCP3X0X webiopi.devices.spi.SPI webiopi.devices.analog.ADC webiopi.devices.bus.Bus

Public Member Functions

def __init__
 
- Public Member Functions inherited from webiopi.devices.analog.mcp3x0x.MCP300X
def __init__
 
def __command__
 
- Public Member Functions inherited from webiopi.devices.analog.mcp3x0x.MCP3X0X
def __init__
 
def __str__
 
def __analogRead__
 
- Public Member Functions inherited from webiopi.devices.spi.SPI
def __init__
 
def __str__
 
def xfer
 
- Public Member Functions inherited from webiopi.devices.bus.Bus
def __init__
 
def open
 
def close
 
def read
 
def readBytes
 
def readByte
 
def write
 
def writeBytes
 
def writeByte
 
- Public Member Functions inherited from webiopi.devices.analog.ADC
def __init__
 
def __family__
 
def checkAnalogChannel
 
def checkAnalogValue
 
def analogCount
 
def analogResolution
 
def analogMaximum
 
def analogReference
 
def __analogRead__
 
def analogRead
 
def analogReadFloat
 
def analogReadVolt
 
def analogReadAll
 
def analogReadAllFloat
 
def analogReadAllVolt
 

Additional Inherited Members

- Public Attributes inherited from webiopi.devices.analog.mcp3x0x.MCP3X0X
 name
 
 MSB_MASK
 
- Public Attributes inherited from webiopi.devices.spi.SPI
 chip
 
 mode
 
 bits
 
 speed
 
- Public Attributes inherited from webiopi.devices.bus.Bus
 busName
 
 device
 
 flag
 
 fd
 

Detailed Description

Definition at line 68 of file mcp3x0x.py.

Constructor & Destructor Documentation

def webiopi.devices.analog.mcp3x0x.MCP3004.__init__ (   self,
  chip = 0,
  vref = 3.3 
)

Definition at line 69 of file mcp3x0x.py.


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