# CircuitPython MAX7347/MAX7348/MAX7349 Library
CircuitPython driver for the MAX7347/MAX7348/MAX7349 keyboard and sounder controllers.
## Dependencies
This driver depends on:
- [Adafruit CircuitPython](https://github.com/adafruit/circuitpython)
- [Bus Device](https://github.com/adafruit/Adafruit_CircuitPython_BusDevice)
- [Register](https://github.com/adafruit/Adafruit_CircuitPython_Register)
## Installing from PyPI
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from [PyPI](https://pypi.org/project/circuitpython-max734x/).
To install in a virtual environment in your current project:
```bash
mkdir project-name && cd project-name
python3 -m venv venv
source venv/bin/activate
pip3 install circuitpython-max734x
```
## Usage Example
```python
import board
import max734x
i2c = board.I2C() # uses board.SCL and board.SDA
kb_controller = max734x.MAX734X(i2c)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "circuitpython-max734x",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "blinka, circuitpython, MAX7347, MAX7348, MAX7349",
"author": null,
"author_email": "Roman Ondr\u00e1\u010dek <mail@romanondracek.cz>",
"download_url": "https://files.pythonhosted.org/packages/57/4b/61bf6ac002bc931b17c94d62fe241eaf3cdc5af61f5aa35821c08a69c716/circuitpython_max734x-0.1.0.tar.gz",
"platform": null,
"description": "# CircuitPython MAX7347/MAX7348/MAX7349 Library\n\nCircuitPython driver for the MAX7347/MAX7348/MAX7349 keyboard and sounder controllers.\n\n## Dependencies\n\nThis driver depends on:\n\n - [Adafruit CircuitPython](https://github.com/adafruit/circuitpython)\n - [Bus Device](https://github.com/adafruit/Adafruit_CircuitPython_BusDevice)\n - [Register](https://github.com/adafruit/Adafruit_CircuitPython_Register)\n\n## Installing from PyPI\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from [PyPI](https://pypi.org/project/circuitpython-max734x/).\n\nTo install in a virtual environment in your current project:\n```bash\nmkdir project-name && cd project-name\npython3 -m venv venv\nsource venv/bin/activate\npip3 install circuitpython-max734x\n```\n\n## Usage Example\n\n```python\nimport board\nimport max734x\n\ni2c = board.I2C() # uses board.SCL and board.SDA\n\nkb_controller = max734x.MAX734X(i2c)\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "CircuitPython driver for MAX7347/MAX7348/MAX7349 keybord and sounder controllers",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_24LC32.git"
},
"split_keywords": [
"blinka",
" circuitpython",
" max7347",
" max7348",
" max7349"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3e76300c9523a5231ebfc5bb1eebde6d3a4fe66e73167900f76853cdf55d402f",
"md5": "13706e38e80346bd7f2e7e4024780516",
"sha256": "16daa2ab834e7f6195b809b4eacc55de9a260fbee3966ebd70f6aec520802c52"
},
"downloads": -1,
"filename": "circuitpython_max734x-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "13706e38e80346bd7f2e7e4024780516",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6706,
"upload_time": "2025-02-06T00:58:04",
"upload_time_iso_8601": "2025-02-06T00:58:04.082901Z",
"url": "https://files.pythonhosted.org/packages/3e/76/300c9523a5231ebfc5bb1eebde6d3a4fe66e73167900f76853cdf55d402f/circuitpython_max734x-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "574b61bf6ac002bc931b17c94d62fe241eaf3cdc5af61f5aa35821c08a69c716",
"md5": "70ddf8566220b4e4f44a998fcad2a725",
"sha256": "9ed25a0b344b22f3a0c80e5f98bcfa599e1593edaf3618f7c727f791573ba74a"
},
"downloads": -1,
"filename": "circuitpython_max734x-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "70ddf8566220b4e4f44a998fcad2a725",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9665,
"upload_time": "2025-02-06T00:58:06",
"upload_time_iso_8601": "2025-02-06T00:58:06.119927Z",
"url": "https://files.pythonhosted.org/packages/57/4b/61bf6ac002bc931b17c94d62fe241eaf3cdc5af61f5aa35821c08a69c716/circuitpython_max734x-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-06 00:58:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adafruit",
"github_project": "Adafruit_CircuitPython_24LC32",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "Adafruit-Blinka",
"specs": []
},
{
"name": "adafruit-circuitpython-register",
"specs": []
},
{
"name": "adafruit-circuitpython-busdevice",
"specs": []
}
],
"lcname": "circuitpython-max734x"
}