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

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_max9744.MAX9744(i2c, *, address=75)[source]

MAX9744 20 watt class D amplifier.

Parameters:
  • i2c – The I2C bus for the device.
  • address – (Optional) 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.