Public Member Functions | |
| def | __init__ |
Public Member Functions inherited from webiopi.devices.analog.mcp492X.MCP492X | |
| def | __init__ |
| def | __str__ |
| def | __analogRead__ |
| def | __analogWrite__ |
Public Member Functions inherited from webiopi.devices.spi.SPI | |
| def | __init__ |
| def | __str__ |
| def | xfer |
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 |
Public Member Functions inherited from webiopi.devices.analog.DAC | |
| def | __init__ |
| def | __family__ |
| def | __analogWrite__ |
| def | analogWrite |
| def | analogWriteFloat |
| def | analogWriteVolt |
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 |
Additional Inherited Members | |
Public Attributes inherited from webiopi.devices.analog.mcp492X.MCP492X | |
| buffered | |
| gain | |
| shutdown | |
| values | |
Public Attributes inherited from webiopi.devices.spi.SPI | |
| chip | |
| mode | |
| bits | |
| speed | |
Public Attributes inherited from webiopi.devices.bus.Bus | |
| busName | |
| device | |
| flag | |
| fd | |
Definition at line 50 of file mcp492X.py.
| def webiopi.devices.analog.mcp492X.MCP4922.__init__ | ( | self, | |
chip = 0, |
|||
vref = 3.3 |
|||
| ) |
Definition at line 51 of file mcp492X.py.
1.8.8