AtlasScientificI2C/
├── src/
│ ├── i2c.py
└── README.md
- Contributor: Jef Roosens
- Source: Atlas Scientific
I did reform this script to make it work in Python3
$ cd ~/Code/
$ git clone https://github.com/OriginalJef/AtlasScientificI2C.git
$ sudo raspi-config
Interfacing Option > P5 I2C | Enable
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install python-smbus i2c-tools
$ cd AtlacScientificI2C/src
$ python3 app.py