Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
def | __str__ |
def | __analogRead__ |
![]() | |
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 |
![]() | |
def | __init__ |
def | __str__ |
def | readRegister |
def | readRegisters |
def | writeRegister |
def | writeRegisters |
![]() | |
def | __init__ |
def | open |
def | close |
def | read |
def | readBytes |
def | readByte |
def | write |
def | writeBytes |
def | writeByte |
Additional Inherited Members | |
![]() | |
name | |
![]() | |
channel | |
slave | |
![]() | |
busName | |
device | |
flag | |
fd | |
![]() | |
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 67 of file ads1x1x.py.
def webiopi.devices.analog.ads1x1x.ADS1014.__init__ | ( | self, | |
slave = 0x48 |
|||
) |
Definition at line 68 of file ads1x1x.py.