Public Member Functions | |
def | __init__ |
def | __str__ |
def | __analogRead__ |
def | __analogWrite__ |
![]() | |
def | __init__ |
def | __family__ |
def | __analogWrite__ |
def | analogWrite |
def | analogWriteFloat |
def | analogWriteVolt |
![]() | |
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 | |
![]() | |
channel | |
slave | |
![]() | |
busName | |
device | |
flag | |
fd | |
Definition at line 20 of file mcp4725.py.
def webiopi.devices.analog.mcp4725.MCP4725.__init__ | ( | self, | |
slave = 0x60 , |
|||
vref = 3.3 |
|||
) |
Definition at line 21 of file mcp4725.py.
References webiopi.utils.types.toint().
def webiopi.devices.analog.mcp4725.MCP4725.__analogRead__ | ( | self, | |
channel, | |||
diff = False |
|||
) |
Definition at line 28 of file mcp4725.py.
References webiopi.devices.bus.Bus.readBytes().
def webiopi.devices.analog.mcp4725.MCP4725.__analogWrite__ | ( | self, | |
channel, | |||
value | |||
) |
Definition at line 34 of file mcp4725.py.
References webiopi.devices.bus.Bus.writeBytes().
def webiopi.devices.analog.mcp4725.MCP4725.__str__ | ( | self | ) |
Definition at line 25 of file mcp4725.py.
References webiopi.devices.i2c.I2C.slave, and webiopi.devices.digital.mcp23XXX.MCP23SXX.slave.