Public Member Functions | |
| 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 |
Definition at line 101 of file __init__.py.
| def webiopi.devices.analog.DAC.__init__ | ( | self, | |
| channelCount, | |||
| resolution, | |||
| vref | |||
| ) |
Definition at line 102 of file __init__.py.
| def webiopi.devices.analog.DAC.__analogWrite__ | ( | self, | |
| channel, | |||
| value | |||
| ) |
Definition at line 108 of file __init__.py.
References webiopi.decorators.rest.request(), and coap-client.response.
Referenced by webiopi.devices.analog.DAC.analogWrite().
| def webiopi.devices.analog.DAC.__family__ | ( | self | ) |
Definition at line 105 of file __init__.py.
| def webiopi.devices.analog.DAC.analogWrite | ( | self, | |
| channel, | |||
| value | |||
| ) |
Definition at line 113 of file __init__.py.
References webiopi.devices.analog.DAC.__analogWrite__(), webiopi.devices.analog.ADC.analogRead(), webiopi.devices.analog.ADC.checkAnalogChannel(), webiopi.devices.analog.ADC.checkAnalogValue(), webiopi.decorators.rest.request(), and coap-client.response.
Referenced by webiopi.devices.analog.DAC.analogWriteFloat().
| def webiopi.devices.analog.DAC.analogWriteFloat | ( | self, | |
| channel, | |||
| value | |||
| ) |
Definition at line 121 of file __init__.py.
References webiopi.devices.analog.ADC._analogMax, webiopi.devices.analog.ADC.analogReadFloat(), webiopi.devices.analog.DAC.analogWrite(), webiopi.decorators.rest.request(), and coap-client.response.
Referenced by webiopi.devices.analog.DAC.analogWriteVolt().
| def webiopi.devices.analog.DAC.analogWriteVolt | ( | self, | |
| channel, | |||
| value | |||
| ) |
Definition at line 127 of file __init__.py.
References webiopi.devices.analog.ADC._analogRef, webiopi.devices.analog.ADC.analogReadVolt(), and webiopi.devices.analog.DAC.analogWriteFloat().
1.8.8