Classes | |
| class | AD5161I |
| class | AD5241 |
| class | AD5242 |
| class | AD5243 |
| class | AD5245 |
| class | AD5246 |
| class | AD5247 |
| class | AD5248 |
| class | AD5263I |
| class | AD5280 |
| class | AD5282 |
| class | ADVRI2C |
| class | ADVRI2CMULTI |
| class | ADVRI2CSIMPLE |
| class | ADVRI2CSINGLE |
Functions | |
| def | __str__ |
| def | __init__ |
| def | __analogRead__ |
| def | __analogWrite__ |
| def | __init__ |
| def | __init__ |
| def | __init__ |
Variables | |
| int | CHANNEL_MASK = 0 |
| int | CHANNEL_OFFSET = 7 |
| name | |
| def webiopi.devices.analog.advri2c.__analogRead__ | ( | self, | |
| channel, | |||
diff = False |
|||
| ) |
Definition at line 78 of file advri2c.py.
Referenced by webiopi.devices.analog.advri2c.__init__().
| def webiopi.devices.analog.advri2c.__analogWrite__ | ( | self, | |
| channel, | |||
| value | |||
| ) |
Definition at line 85 of file advri2c.py.
Referenced by webiopi.devices.analog.advri2c.__init__().
| def webiopi.devices.analog.advri2c.__init__ | ( | self, | |
| slave, | |||
| vref, | |||
| channelCount, | |||
| resolution, | |||
| name | |||
| ) |
Definition at line 71 of file advri2c.py.
References webiopi.utils.types.toint().
Referenced by webiopi.devices.analog.advri2c.__init__().
| def webiopi.devices.analog.advri2c.__init__ | ( | self, | |
slave = 0x2C, |
|||
vref = 5.0 |
|||
| ) |
Definition at line 101 of file advri2c.py.
References webiopi.devices.analog.advri2c.__init__().
| def webiopi.devices.analog.advri2c.__init__ | ( | self, | |
vref = 5.0 |
|||
| ) |
Definition at line 114 of file advri2c.py.
References webiopi.devices.analog.advri2c.__init__().
| def webiopi.devices.analog.advri2c.__init__ | ( | self, | |
| slave, | |||
| vref, | |||
| resolution, | |||
| name | |||
| ) |
Definition at line 161 of file advri2c.py.
References webiopi.devices.analog.advri2c.__analogRead__(), webiopi.devices.analog.advri2c.__analogWrite__(), webiopi.devices.analog.advri2c.__init__(), and webiopi.utils.types.toint().
| def webiopi.devices.analog.advri2c.__str__ | ( | self | ) |
Definition at line 63 of file advri2c.py.
| int webiopi.devices.analog.advri2c.CHANNEL_MASK = 0 |
Definition at line 96 of file advri2c.py.
| int webiopi.devices.analog.advri2c.CHANNEL_OFFSET = 7 |
Definition at line 97 of file advri2c.py.
| webiopi.devices.analog.advri2c.name |
Definition at line 74 of file advri2c.py.
1.8.8