CircuitPython driver for the MAX7347/MAX7348/MAX7349 keyboard and sounder controllers.
This driver depends on:
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI.
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv venv
source venv/bin/activate
pip3 install circuitpython-max734xExamples can be found in the examples directory.