{ "info": { "author": "Adafruit Industries", "author_email": "circuitpython@adafruit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", "Topic :: System :: Hardware" ], "description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-mcp9600/badge/?version=latest\n :target: https://docs.circuitpython.org/projects/mcp9600/en/latest/\n :alt: Documentation Status\n\n.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg\n :target: https://adafru.it/discord\n :alt: Discord\n\n.. image:: https://github.com/adafruit/Adafruit_CircuitPython_MCP9600/workflows/Build%20CI/badge.svg\n :target: https://github.com/adafruit/Adafruit_CircuitPython_MCP9600/actions/\n :alt: Build Status\n\nThis is a CircuitPython driver for the MCP9600 thermocouple I2C amplifier.\nIn addition to the MCP9600 breakout, you will also need a thermocouple, which\ncan be found in the Adafruit store.\nThe MCP9600 supports several thermocouple types for different temperature\nranges. The \"K\" type is the default, with a range of -200C to +1372C.\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython `_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle `_.\n\nInstalling from PyPI\n====================\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI `_. To install for current user:\n\n.. code-block:: shell\n\n pip3 install adafruit-circuitpython-mcp9600\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install adafruit-circuitpython-mcp9600\n\nTo install in a virtual environment in your current project:\n\n.. code-block:: shell\n\n mkdir project-name && cd project-name\n python3 -m venv .env\n source .env/bin/activate\n pip3 install adafruit-circuitpython-mcp9600\n\nUsage Example\n=============\n\nThis is a simple example showing the hot junction temperature (the\ntemperature at the tip of the thermocouple). You may need to adjust the\nI2C frequency if you receive input/output errors.\n\n.. code-block:: shell\n\n import board\n import busio\n from adafruit_bus_device.i2c_device import I2CDevice\n from adafruit_mcp9600 import MCP9600\n\n i2c = busio.I2C(board.SCL, board.SDA,frequency=200000)\n try:\n # using default I2C register and \"K\" thermocouple\n device = MCP9600(i2c)\n print(\"temperature(C):\",device.temperature)\n except ValueError:\n print(\"MCP9600 sensor not detected\")\n\nThis example displays the ambient/room and hot junction temperatures at\n1 second intervals. Turn on the Mu editor's plotter option to view the\ntemperatures in a real-time graph.\n\n.. code-block:: shell\n\n import board\n import busio\n import time\n from adafruit_bus_device.i2c_device import I2CDevice\n from adafruit_mcp9600 import MCP9600\n\n i2c = busio.I2C(board.SCL, board.SDA, frequency=200000)\n\n try:\n device = MCP9600(i2c)\n print(\"version:\", device.version)\n while True:\n print((\n device.ambient_temperature,\n device.temperature\n ))\n time.sleep(1)\n except ValueError:\n print(\"MCP9600 sensor not detected\")\n\n\nDocumentation\n=============\n\nAPI documentation for this library can be found on `Read the Docs `_.\n\nFor information on building library documentation, please check out `this guide `_.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n`_\nbefore contributing to help this project stay welcoming.\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adafruit/Adafruit_CircuitPython_MCP9600", "keywords": "adafruit blinka circuitpython micropython mcp9600 temp temperature i2c thermocouple", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-mcp9600", "package_url": "https://pypi.org/project/adafruit-circuitpython-mcp9600/", "platform": null, "project_url": "https://pypi.org/project/adafruit-circuitpython-mcp9600/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_MCP9600" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-mcp9600/1.3.0/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython library for the Adafruit MCP9600 breakout", "version": "1.3.0", "yanked": false, "yanked_reason": null }, "last_serial": 13784589, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "f5fb32a590a7e3b75fdb2332b55441ba", "sha256": "9d5e68a143b92bef973ff934f6bab1946fc0744026b78d0301ba5c83d1e51a62" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f5fb32a590a7e3b75fdb2332b55441ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20816, "upload_time": "2019-10-24T17:53:39", "upload_time_iso_8601": "2019-10-24T17:53:39.153875Z", "url": "https://files.pythonhosted.org/packages/26/d1/da2eb18b6ced4545f12f44e4623520d5b930d0a3d9f41be01331f79bba72/adafruit-circuitpython-mcp9600-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "7ca49f6315b99f1b2417e6c9232dd2bc", "sha256": "90773a7670f207821ec4762656e93455a34a308e41c53d45f90dca07d5cfb551" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7ca49f6315b99f1b2417e6c9232dd2bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20842, "upload_time": "2019-12-07T19:20:56", "upload_time_iso_8601": "2019-12-07T19:20:56.654361Z", "url": "https://files.pythonhosted.org/packages/e3/4d/7132be6c8f62444ef3f54826295a19a7bc27dea915dbaa4388a9c76af630/adafruit-circuitpython-mcp9600-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "779811f04cd218a2d69f50d15e6917b4", "sha256": "fadead72be96709daeead3962d4181d6e345723a49076cb1b435202a33332f8e" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.0.2.tar.gz", "has_sig": false, "md5_digest": "779811f04cd218a2d69f50d15e6917b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20840, "upload_time": "2019-12-08T03:21:36", "upload_time_iso_8601": "2019-12-08T03:21:36.101852Z", "url": "https://files.pythonhosted.org/packages/5b/c2/b2242eb162b1cc9326de394801b2a6f5f9e5363d6a04b5283f47964c338f/adafruit-circuitpython-mcp9600-1.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "5c3719b5ee7e51dee4dddd40473bc930", "sha256": "995f11dae8cd8a4903a2074a01db7f46c691f60ecc1fdfebf258cd733b8a164d" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.0.3.tar.gz", "has_sig": false, "md5_digest": "5c3719b5ee7e51dee4dddd40473bc930", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22687, "upload_time": "2020-01-17T02:27:28", "upload_time_iso_8601": "2020-01-17T02:27:28.884385Z", "url": "https://files.pythonhosted.org/packages/96/b6/85640df60cc4f4881e3328e27a22f1b309b98e2f38a613a0d734283939a6/adafruit-circuitpython-mcp9600-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "1b7a11c9c52eb4e28b64b7306e3e06b6", "sha256": "ad7737f7cf83e09c26793eee2c8ed1221d304ebe880513c439f6f040dbecfbb4" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.1.0.tar.gz", "has_sig": false, "md5_digest": "1b7a11c9c52eb4e28b64b7306e3e06b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22861, "upload_time": "2020-03-17T23:22:43", "upload_time_iso_8601": "2020-03-17T23:22:43.392523Z", "url": "https://files.pythonhosted.org/packages/0d/c3/108e11429bf6d283fd361e509e8c6f7fb4f7c2210b17cd4dcd3400d3f373/adafruit-circuitpython-mcp9600-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "43fa651f752fa62e318eb77caa42191a", "sha256": "a71ecb5f762006331316d051fae7a8fc52f4fa22f08cfd4d035268de7bf726a9" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.1.1.tar.gz", "has_sig": false, "md5_digest": "43fa651f752fa62e318eb77caa42191a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22875, "upload_time": "2020-04-10T17:13:16", "upload_time_iso_8601": "2020-04-10T17:13:16.078528Z", "url": "https://files.pythonhosted.org/packages/1c/42/d8743cc582cde14401df59d1ea833fd126d26444519ccaa0e7952065ece4/adafruit-circuitpython-mcp9600-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "1767067651b702740786c6e4982b983b", "sha256": "2cb55a77c3e5be83a9930b582216bce8c6c4163bd98083ac9a660f5e31c16283" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.1.2.tar.gz", "has_sig": false, "md5_digest": "1767067651b702740786c6e4982b983b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22872, "upload_time": "2020-07-09T20:22:44", "upload_time_iso_8601": "2020-07-09T20:22:44.194791Z", "url": "https://files.pythonhosted.org/packages/32/52/0f597c7f7b9d4d7275134b364484f0cbca3d3d4c4460115eee2140a7b40c/adafruit-circuitpython-mcp9600-1.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "4f803f45ea51b212e6f698cad45568d5", "sha256": "f778708a15509c7352d6b456969f873c53bff495446d0f2437ecca7547ea7089" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.1.3.tar.gz", "has_sig": false, "md5_digest": "4f803f45ea51b212e6f698cad45568d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28884, "upload_time": "2021-01-20T22:43:44", "upload_time_iso_8601": "2021-01-20T22:43:44.344388Z", "url": "https://files.pythonhosted.org/packages/69/b5/2a5a7c612bad5ea3283fee74c549c27ae0eeeb077808f288158e6633e989/adafruit-circuitpython-mcp9600-1.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "f8f381071680ec35a3c08e170d133120", "sha256": "72729ace602d78801ee86860737768e48775c754327d31eb380f82a19fb81d37" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.1.4.tar.gz", "has_sig": false, "md5_digest": "f8f381071680ec35a3c08e170d133120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28872, "upload_time": "2021-02-10T22:13:02", "upload_time_iso_8601": "2021-02-10T22:13:02.847911Z", "url": "https://files.pythonhosted.org/packages/30/6c/f8dcfa1f2fdfa698cef9f7f9eb4bd01db7f2e3b65fc83ccd13f38bfc2c3a/adafruit-circuitpython-mcp9600-1.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "8497840121c8681181fab4b41d46c46f", "sha256": "2cc297b986a200baee01d67eaa8c727099b0c7324590d6fbbdb0068bf7f46b53" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.1.5.tar.gz", "has_sig": false, "md5_digest": "8497840121c8681181fab4b41d46c46f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29015, "upload_time": "2021-03-02T23:47:26", "upload_time_iso_8601": "2021-03-02T23:47:26.820633Z", "url": "https://files.pythonhosted.org/packages/3f/86/1b24d8958db7792578d22bf4b0046847cf838c8e18cf72f0bcad6f2dca07/adafruit-circuitpython-mcp9600-1.1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "9d2cdd67d8a88c85598012386b237dac", "sha256": "fc658ee91977072a18360accaa8fd08cb3db0c35293fe7d09e592f9e557f1f11" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.1.6.tar.gz", "has_sig": false, "md5_digest": "9d2cdd67d8a88c85598012386b237dac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29424, "upload_time": "2021-04-26T19:42:40", "upload_time_iso_8601": "2021-04-26T19:42:40.661087Z", "url": "https://files.pythonhosted.org/packages/9f/a5/e135a7780df0777ddc624bec71e9076bae7a95b10753079db8c33679d72e/adafruit-circuitpython-mcp9600-1.1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "f5ea13e4b07f236e9fd338bb4a54793a", "sha256": "88d045ab78be42d6954734c20d4aa776e732a00df38402dfe1a5c9b3477e3f2a" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.2.0.tar.gz", "has_sig": false, "md5_digest": "f5ea13e4b07f236e9fd338bb4a54793a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30082, "upload_time": "2021-08-13T21:44:00", "upload_time_iso_8601": "2021-08-13T21:44:00.510809Z", "url": "https://files.pythonhosted.org/packages/8a/bb/ca5b78d4cb2423329aa6bf2d604400b34c8e82cbf3ad713b86796b592bed/adafruit-circuitpython-mcp9600-1.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "5e81ed29de19a0c5b4ec48fe153f03a6", "sha256": "2bc99e1bf97b499de300bfc12854018dc303eb79fe37cb12100c1b64c3ed1e3e" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.2.1.tar.gz", "has_sig": false, "md5_digest": "5e81ed29de19a0c5b4ec48fe153f03a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30039, "upload_time": "2021-11-15T17:52:44", "upload_time_iso_8601": "2021-11-15T17:52:44.921480Z", "url": "https://files.pythonhosted.org/packages/67/4b/cbb4d6edb36e1dcda4898fc34e77dd217a14d5a54759d3c6915f55539e97/adafruit-circuitpython-mcp9600-1.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "116084523cee4f029625c6dcc3532a00", "sha256": "e8e6033027fdcce4b167d8f60c5343dd5af991e86946fbb07ac68d6fff1f942f" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.2.2.tar.gz", "has_sig": false, "md5_digest": "116084523cee4f029625c6dcc3532a00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30000, "upload_time": "2022-02-04T20:16:59", "upload_time_iso_8601": "2022-02-04T20:16:59.351647Z", "url": "https://files.pythonhosted.org/packages/54/74/e0ca727a08933d854c983e36dc0a60b3b513c098abd0433a7c367bf5d7be/adafruit-circuitpython-mcp9600-1.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "acc1a672d4704dced3ace227e83cad15", "sha256": "70fe6a3f325c62457e6c6fa64a8b3fe11be6c8a90b0e56121f1a090868a31b10" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.2.3.tar.gz", "has_sig": false, "md5_digest": "acc1a672d4704dced3ace227e83cad15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30106, "upload_time": "2022-02-15T20:44:16", "upload_time_iso_8601": "2022-02-15T20:44:16.549013Z", "url": "https://files.pythonhosted.org/packages/f9/05/e4bde8daff4664e74b163a7d9d8f84919188de3a4259dca122138988ff01/adafruit-circuitpython-mcp9600-1.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "95852b7eed9cc65cf5734b7c49631f19", "sha256": "34db49571d71e1cad049f7881b5d4ccab4c55b990b83ba46ede622528713920e" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.2.4.tar.gz", "has_sig": false, "md5_digest": "95852b7eed9cc65cf5734b7c49631f19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30133, "upload_time": "2022-04-04T17:44:06", "upload_time_iso_8601": "2022-04-04T17:44:06.911505Z", "url": "https://files.pythonhosted.org/packages/aa/7e/8bfc0391caf7b62c3f688a41a17f7eb72d5f48acf30b63bea4c62604c4fa/adafruit-circuitpython-mcp9600-1.2.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "ea295492eeb32603526e44fae5993790", "sha256": "a0934f7385f6b92c51d41d5026646202c5560740038a84ecd6f6e5d00aaef817" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.3.0.tar.gz", "has_sig": false, "md5_digest": "ea295492eeb32603526e44fae5993790", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30733, "upload_time": "2022-05-11T17:06:03", "upload_time_iso_8601": "2022-05-11T17:06:03.959207Z", "url": "https://files.pythonhosted.org/packages/58/b8/8d181924b280677a79327f45459a7abf28299a45316ac62d94b24491b577/adafruit-circuitpython-mcp9600-1.3.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ea295492eeb32603526e44fae5993790", "sha256": "a0934f7385f6b92c51d41d5026646202c5560740038a84ecd6f6e5d00aaef817" }, "downloads": -1, "filename": "adafruit-circuitpython-mcp9600-1.3.0.tar.gz", "has_sig": false, "md5_digest": "ea295492eeb32603526e44fae5993790", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30733, "upload_time": "2022-05-11T17:06:03", "upload_time_iso_8601": "2022-05-11T17:06:03.959207Z", "url": "https://files.pythonhosted.org/packages/58/b8/8d181924b280677a79327f45459a7abf28299a45316ac62d94b24491b577/adafruit-circuitpython-mcp9600-1.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }