API Reference
adafruit_dacx578
CircuitPython driver for the Adafruit DAC7578 - 8 x Channel 12-bit I2C DAC - STEMMA QT / Qwiic
Author(s): Liz Clark
With assistance from Claude AI 3.5 Sonnet
Implementation Notes
Hardware:
Software and Dependencies:
Adafruit CircuitPython firmware for the supported boards: https://circuitpython.org/downloads
Adafruit’s Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
- class adafruit_dacx578.Channel(dac_instance: DACx578, index: int)
Represents a single channel for the DAC7578.
- class adafruit_dacx578.DACx578(i2c_bus: I2C, address: int = _DAC7578_DEFAULT_ADDRESS, resolution: Literal[8, 10, 12] = 12)
Driver for the DAC7578 12/10/8-bit 8-channel DAC.
- Parameters: