Adafruit_MAX9744

CircuitPython module for the MAX9744 20W class D amplifier. See examples/simpletest.py for a demo of the usage.

  • Author(s): Tony DiCola
class adafruit_max9744.MAX9744(i2c, *, address=<sphinx.ext.autodoc._MockObject object>)[source]

MAX9744 20 watt class D amplifier. Construct this by passing the following parameters: - i2c: The I2C bus for the device.

Optionally specify: - address: The address of the device if it has been overridden from the

default with the AD1, AD2 pins.
volume_down()[source]

Decrease the volume by one level.

volume_up()[source]

Increase the volume by one level.