Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | List of all members
webiopi.devices.analog.ads1x1x.ADS1114 Class Reference
Inheritance diagram for webiopi.devices.analog.ads1x1x.ADS1114:
webiopi.devices.analog.ads1x1x.ADS1X1X webiopi.devices.analog.ADC webiopi.devices.i2c.I2C webiopi.devices.bus.Bus

Public Member Functions

def __init__
 
- Public Member Functions inherited from webiopi.devices.analog.ads1x1x.ADS1X1X
def __init__
 
def __str__
 
def __analogRead__
 
- 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
 
- Public Member Functions inherited from webiopi.devices.i2c.I2C
def __init__
 
def __str__
 
def readRegister
 
def readRegisters
 
def writeRegister
 
def writeRegisters
 
- 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
 

Additional Inherited Members

- Public Attributes inherited from webiopi.devices.analog.ads1x1x.ADS1X1X
 name
 
- Public Attributes inherited from webiopi.devices.i2c.I2C
 channel
 
 slave
 
- Public Attributes inherited from webiopi.devices.bus.Bus
 busName
 
 device
 
 flag
 
 fd
 
- Static Public Attributes inherited from webiopi.devices.analog.ads1x1x.ADS1X1X
int VALUE = 0x00
 
int CONFIG = 0x01
 
int LO_THRESH = 0x02
 
int HI_THRESH = 0x03
 
int CONFIG_STATUS_MASK = 0x80
 
int CONFIG_CHANNEL_MASK = 0x70
 
int CONFIG_GAIN_MASK = 0x0E
 
int CONFIG_MODE_MASK = 0x01
 

Detailed Description

Definition at line 75 of file ads1x1x.py.

Constructor & Destructor Documentation

def webiopi.devices.analog.ads1x1x.ADS1114.__init__ (   self,
  slave = 0x48 
)

Definition at line 76 of file ads1x1x.py.


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