Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Private Attributes | List of all members
webiopi.devices.analog.ADC Class Reference
Inheritance diagram for webiopi.devices.analog.ADC:
webiopi.devices.analog.ads1x1x.ADS1X1X webiopi.devices.analog.DAC webiopi.devices.analog.mcp3424.MCP3424 webiopi.devices.analog.mcp3x0x.MCP3X0X webiopi.devices.analog.ads1x1x.ADS1014 webiopi.devices.analog.ads1x1x.ADS1015 webiopi.devices.analog.ads1x1x.ADS1114 webiopi.devices.analog.ads1x1x.ADS1115 webiopi.devices.analog.advri2c.ADVRI2C webiopi.devices.analog.advrspi.ADVRSPI webiopi.devices.analog.advrspidc.ADVRSPIDC webiopi.devices.analog.mcp4725.MCP4725 webiopi.devices.analog.mcp48XX.MCP48XX webiopi.devices.analog.mcp492X.MCP492X webiopi.devices.analog.pcf8591.PCF8591 webiopi.devices.analog.mcp3x0x.MCP300X webiopi.devices.analog.mcp3x0x.MCP320X

Public Member Functions

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
 

Private Attributes

 _analogCount
 
 _analogResolution
 
 _analogMax
 
 _analogRef
 

Detailed Description

Definition at line 18 of file __init__.py.

Constructor & Destructor Documentation

def webiopi.devices.analog.ADC.__init__ (   self,
  channelCount,
  resolution,
  vref 
)

Definition at line 19 of file __init__.py.

Member Function Documentation

def webiopi.devices.analog.ADC.__analogRead__ (   self,
  channel,
  diff 
)
def webiopi.devices.analog.ADC.__family__ (   self)

Definition at line 25 of file __init__.py.

def webiopi.devices.analog.ADC.analogCount (   self)
def webiopi.devices.analog.ADC.analogMaximum (   self)
def webiopi.devices.analog.ADC.analogRead (   self,
  channel,
  diff = False 
)
def webiopi.devices.analog.ADC.analogReadAll (   self)
def webiopi.devices.analog.ADC.analogReadAllFloat (   self)
def webiopi.devices.analog.ADC.analogReadAllVolt (   self)
def webiopi.devices.analog.ADC.analogReadFloat (   self,
  channel,
  diff = False 
)
def webiopi.devices.analog.ADC.analogReadVolt (   self,
  channel,
  diff = False 
)
def webiopi.devices.analog.ADC.analogReference (   self)

Definition at line 53 of file __init__.py.

References webiopi.devices.analog.ADC._analogRef.

def webiopi.devices.analog.ADC.analogResolution (   self)
def webiopi.devices.analog.ADC.checkAnalogChannel (   self,
  channel 
)
def webiopi.devices.analog.ADC.checkAnalogValue (   self,
  value 
)

Member Data Documentation

webiopi.devices.analog.ADC._analogCount
private
webiopi.devices.analog.ADC._analogMax
private
webiopi.devices.analog.ADC._analogRef
private
webiopi.devices.analog.ADC._analogResolution
private

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