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 |
Definition at line 71 of file ads1x1x.py.
| def webiopi.devices.analog.ads1x1x.ADS1015.__init__ | ( | self, | |
slave = 0x48 |
|||
| ) |
Definition at line 72 of file ads1x1x.py.
1.8.8