No description
Find a file
2018-08-30 14:41:46 -04:00
.github Add GitHub pull request template 2016-05-27 13:24:23 -07:00
Adafruit_MCP4725 Small fix for python 3 compatibility. 2016-04-14 19:48:16 +00:00
examples Fix busnum in example. 2016-04-20 19:52:25 +00:00
.gitignore Initial commit. 2016-03-25 08:26:08 +00:00
ez_setup.py Initial commit. 2016-03-25 08:26:08 +00:00
LICENSE Initial commit. 2016-03-25 08:26:08 +00:00
README.md Update README.md 2018-08-13 00:16:47 -04:00
setup.py fix pypi packaging 2018-08-30 14:41:46 -04:00

DEPRECATED LIBRARY Adafruit Python MCP4725

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 mcp4725 with python! https://learn.adafruit.com/mcp4725-12-bit-dac-tutorial/python-circuitpython

Python code to use the MCP4725 digital to analog converter with a Raspberry Pi or BeagleBone black.

Installation

To install the library from source (recommended) run the following commands on a Raspberry Pi or other Debian-based OS system:

sudo apt-get install git build-essential python-dev
cd ~
git clone https://github.com/adafruit/Adafruit_Python_MCP4725.git
cd Adafruit_Python_MCP4725
sudo python setup.py install

Alternatively you can install from pip with:

sudo pip install adafruit-mcp4725

Note that the pip install method won't install the example code.