{ "info": { "author": "Tony DiCola", "author_email": "tdicola@adafruit.com", "bugtrack_url": null, "classifiers": [], "description": "# DEPRECATED LIBRARY Adafruit Python MAX9744\n\nThis library has been deprecated!\n\nWe are now only using our CircuitPython sensor libraries in Python.\n\nWe are leaving the code up for historical/research purposes but archiving the\nrepository.\n\nCheck out this guide for using the MAX9744 with Python!\n\nhttps://learn.adafruit.com/adafruit-20w-stereo-audio-amplifier-class-d-max9744/python-circuitpython\n\n----\n\nPython library for controlling the MAX9744 class D amplifier with I2C volume\ncontrol on a Raspberry Pi or BeagleBone Black. Made to work with Adafruit's\nMAX9744 20-watt stereo amplifier board: https://www.adafruit.com/product/1752\n\n## Wiring\n\nConnect the MAX9744 board to your hardware's I2C bus as follows:\n\nOn a Raspberry Pi connect:\n* Pi 3.3V power to MAX9744 Vi2c pin.\n* Pi GND to MAX9744 GND pin.\n* Pi SCL to MAX9744 SCL pin.\n* Pi SDA to MAX9744 SDA pin.\n\nAdditionally make sure you've enabled I2C on your Raspberry Pi, see:\nhttps://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c\n\nOn a BeagleBone Black connect:\n* BeagleBone Black 3.3V power pin P9_3 to MAX9744 Vi2c pin.\n* BeagleBone Black GND pin P9_1 to MAX9744 GND pin.\n* BeagleBone Black SCL pin P9_19 to MAX9744 SCL pin.\n* BeagleBone Black SDA pin P9_20 to MAX9744 SDA pin.\n\nMake sure you don't have a device tree overlay enabled which might interfere with\nthe BBB's default I2C bus above. See this guide for more information device tree\noverlays:\nhttps://learn.adafruit.com/introduction-to-the-beaglebone-black-device-tree/overview\n\n## Installation & Example Usage\n\nBefore you get started make sure you've assembled and tested your MAX9744 board.\nFollow the guide here for more information:\nhttps://learn.adafruit.com/adafruit-20w-stereo-audio-amplifier-class-d-max9744/overview\n\nMake sure your board is connected to the internet, then connect to its command\nline terminal and run the following commands (assuming a Debian-based operating\nsystem like Raspbian on the Pi, or Debian on the BeagleBone Black):\n\n sudo apt-get update\n sudo apt-get install -y python-dev build-essential python-smbus git\n cd ~\n git clone https://github.com/adafruit/Adafruit_Python_MAX9744.git\n cd Adafruit_Python_MAX9744\n sudo python setup.py install\n\nThat's it, the library should be installed and ready to use! To run the\nprovided simpletest.py example that demonstrates changing the volume of the MAX9744\nrun the following commands (from inside the Adafruit_Python_MAX9744 directory\nwhere the software was downloaded):\n\n cd examples\n sudo python simpletest.py\n\nThe example will set the volume to a moderate level (32 out of 63), mute it,\nand ramp it up and down.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adafruit/Adafruit_Python_MAX9744/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Adafruit-MAX9744", "package_url": "https://pypi.org/project/Adafruit-MAX9744/", "platform": "", "project_url": "https://pypi.org/project/Adafruit-MAX9744/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_Python_MAX9744/" }, "release_url": "https://pypi.org/project/Adafruit-MAX9744/1.0.4/", "requires_dist": null, "requires_python": "", "summary": "Library for controlling the MAX9744 class D amplifier with I2C volume control on a Raspberry Pi or Beaglebone Black.", "version": "1.0.4" }, "last_serial": 4223675, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "19fa5c2008946b8621efab4e6288ceef", "sha256": "10e09cf2d3f35f7f1a56ce614f31937c84d1348df84632684fd72a2517bcde14" }, "downloads": -1, "filename": "Adafruit_MAX9744-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "19fa5c2008946b8621efab4e6288ceef", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3989, "upload_time": "2016-04-14T22:45:36", "url": "https://files.pythonhosted.org/packages/4a/33/8f6093a72485d9e39463df7df8838db4fe253788fa327d43db12bd43f349/Adafruit_MAX9744-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ada8d09b600749286a7b68b3a792ed5f", "sha256": "9b5230bbc6945b11385027a019278f835e0a3f633f49dbc23ac7c3bbceabe359" }, "downloads": -1, "filename": "Adafruit_MAX9744-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ada8d09b600749286a7b68b3a792ed5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2205, "upload_time": "2016-04-14T22:45:27", "url": "https://files.pythonhosted.org/packages/a6/a5/90ec0a8541adf3de765fad6d069d68622ada22338280d975551e60d78678/Adafruit_MAX9744-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "a4ece0baf065a4f5a976d06665843e5e", "sha256": "c66c33b2579b75d4191708a1703faade95b2027ec9d37fe410c9cf8f4e8b48b3" }, "downloads": -1, "filename": "Adafruit_MAX9744-1.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "a4ece0baf065a4f5a976d06665843e5e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3986, "upload_time": "2016-10-20T02:40:53", "url": "https://files.pythonhosted.org/packages/d8/bd/b6d788f4beea8d5285696ec5fcba9716d293d6dcccacd6f80494bd45c3d6/Adafruit_MAX9744-1.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3cac6a0a9c1db30a8898b839fb17eb65", "sha256": "80051e787b8e17dc8810e151089d8682d4e616f94030aa0ab2fc107c375b4a83" }, "downloads": -1, "filename": "Adafruit_MAX9744-1.0.2.tar.gz", "has_sig": false, "md5_digest": "3cac6a0a9c1db30a8898b839fb17eb65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2278, "upload_time": "2016-10-20T02:40:50", "url": "https://files.pythonhosted.org/packages/91/d8/670f3534dc201924bfdd43602668339e4d4134950b2c0c0eb80e5537ab25/Adafruit_MAX9744-1.0.2.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "f908c0214b0a3f7fed7bd66d1b52b4e8", "sha256": "6d8519cc3b90cb78f6832ee8005772d3749d0e97ff6099f04464adf801187d34" }, "downloads": -1, "filename": "Adafruit_MAX9744-1.0.4.tar.gz", "has_sig": false, "md5_digest": "f908c0214b0a3f7fed7bd66d1b52b4e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3751, "upload_time": "2018-08-30T18:58:31", "url": "https://files.pythonhosted.org/packages/81/70/16e7e1fc8a9aa80ee20e32aea801076fbc77cd6469ab6b7ee074a584b55f/Adafruit_MAX9744-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f908c0214b0a3f7fed7bd66d1b52b4e8", "sha256": "6d8519cc3b90cb78f6832ee8005772d3749d0e97ff6099f04464adf801187d34" }, "downloads": -1, "filename": "Adafruit_MAX9744-1.0.4.tar.gz", "has_sig": false, "md5_digest": "f908c0214b0a3f7fed7bd66d1b52b4e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3751, "upload_time": "2018-08-30T18:58:31", "url": "https://files.pythonhosted.org/packages/81/70/16e7e1fc8a9aa80ee20e32aea801076fbc77cd6469ab6b7ee074a584b55f/Adafruit_MAX9744-1.0.4.tar.gz" } ] }