Metadata-Version: 2.1
Name: Adafruit_MCP9808
Version: 1.5.6
Summary: Library for accessing the MCP9808 precision temperature sensor on a Raspberry Pi or Beaglebone Black.
Home-page: https://github.com/adafruit/Adafruit_Python_MCP9808/
Author: Tony DiCola
Author-email: tdicola@adafruit.com
License: MIT
Description: DEPRECATED LIBRARY Adafruit Python MCP9808
        ===================
        
        This library has been deprecated!
        
        we are now only using our circuitpython sensor libraries in python
        
        we are leaving the code up for historical/research purposes but archiving the repository.
        
        check out this guide for using the mcp9808 with python!
        https://learn.adafruit.com/adafruit-mcp9808-precision-i2c-temperature-sensor-guide
        
        
        #
        
        Python library for accessing the MCP9808 precision temperature sensor on a Raspberry Pi or Beaglebone Black.
        
        Designed specifically to work with the Adafruit MCP9808 sensor ----> https://www.adafruit.com/product/1782
        
        To install, first make sure some dependencies are available by running the following commands (on a Raspbian
        or Beaglebone Black Debian install):
        
        ````
        sudo apt-get update
        sudo apt-get install build-essential python-dev python-smbus
        ````
        
        Then download the library by clicking the download zip link to the right and unzip the archive somewhere on your Raspberry Pi or Beaglebone Black.  Then execute the following command in the directory of the library:
        
        ````
        sudo python setup.py install
        ````
        
        Make sure you have internet access on the device so it can download the required dependencies.
        
        See examples of usage in the examples folder.
        
        Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
        
        Written by Tony DiCola for Adafruit Industries.
        MIT license, all text above must be included in any redistribution
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Hardware
Description-Content-Type: text/markdown
