jobin-sun / raspberry-gpio-python

Automatically exported from code.google.com/p/raspberry-gpio-python
MIT License
0 stars 0 forks source link

I2C support #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for I2C

Original issue reported on code.google.com by btcros...@googlemail.com on 9 Sep 2012 at 3:14

GoogleCodeExporter commented 9 years ago
For the time being, use the smbus module.  This only works with Python 2 though!

sudo apt-get install python-smbus

I may help the maintainer port this library to Python 3 in the near future.

Original comment by btcros...@googlemail.com on 9 Sep 2012 at 3:30