Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
def | __calculateLux__ |
![]() | |
def | __init__ |
def | __getLux__ |
def | setGain |
def | getGain |
def | __setTime__ |
def | __getTime__ |
![]() | |
def | __init__ |
def | __str__ |
def | wake |
def | __wake__ |
def | sleep |
def | __sleep__ |
def | setTime |
def | getTime |
![]() | |
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 |
![]() | |
def | __family__ |
def | __getLux__ |
def | getLux |
Additional Inherited Members | |
![]() | |
gain_multiplier | |
time_multiplier | |
![]() | |
name | |
![]() | |
channel | |
slave | |
![]() | |
busName | |
device | |
flag | |
fd | |
![]() | |
int | VAL_TIME_402_MS = 0x02 |
int | VAL_TIME_101_MS = 0x01 |
int | VAL_TIME_14_MS = 0x00 |
int | REG_CHANNEL_0_LOW = 0x0C |
int | REG_CHANNEL_1_LOW = 0x0E |
int | MASK_GAIN = 0x10 |
int | MASK_TIME = 0x03 |
![]() | |
int | VAL_COMMAND = 0x80 |
int | REG_CONTROL = 0x00 |
int | REG_CONFIG = 0x01 |
int | VAL_PWON = 0x03 |
int | VAL_PWOFF = 0x00 |
int | VAL_INVALID = -1 |
Definition at line 186 of file tslXXXX.py.
def webiopi.devices.sensor.tslXXXX.TSL2561.__init__ | ( | self, | |
slave = 0x39 , |
|||
time = 402 , |
|||
gain = 1 |
|||
) |
Definition at line 188 of file tslXXXX.py.