Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 575 Bytes

Adafruit_Python_SI7021

Library for accessing the SI7021 temperature and humidity sensor on a Raspberry Pi.

Installation

To install the library from source 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/johnrbnsn/Adafruit_Python_SI7021.git
cd Adafruit_Python_SI7021
sudo python setup.py install

Run Example Code

cd ~/Adafruit_Python_SI7021/Examples
sudo python simpletest.py

NOTE: Currently giving IO Error