Skip to content

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

License

Notifications You must be signed in to change notification settings

johnrbnsn/Adafruit_Python_SI7021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages