module documentation
Undocumented
Class |
|
No class docstring; 0/4 instance variable, 3/4 methods documented |
Exception |
|
Undocumented |
Variable | __version__ |
Undocumented |
Constant | _ADC80501 |
Undocumented |
Constant | _CONFIG |
Undocumented |
Constant | _DAC |
DAC80501 is 16-bit digital to analog converter. :param int bus: The channel number if it's different to 1. :param int address: The address of the device if set differently |
Constant | _DEVID |
Undocumented |
Constant | _GAIN |
Undocumented |
Constant | _NOOP |
Undocumented |
Constant | _STATUS |
Undocumented |
Constant | _SYNC |
Undocumented |
Constant | _TRIGGER |
Undocumented |
Variable | _channel_ |
Undocumented |
Variable | _resolution |
Undocumented |
Variable | _v |
Undocumented |
DAC80501 is 16-bit digital to analog converter. :param int bus: The channel number if it's different to 1. :param int address: The address of the device if set differently
from the default( see address in p.28 of datasheet ).
Parameters | |
float v | External or internal voltage reference 2.5V, 3.3V or 5V |
int resolution | Resolution bits DAC80501 -> 16bits, DAC60501 -> 12 bits |
Value |
|