Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://www.adafruit.com/product/1899

This driver requires the pigpio library, available at http://abyz.co.uk/rpi/pigpio/index.html

To install this library please navagate to its folder and sudo python HTU21DF.py install
To install this library please navigate to its folder and sudo python HTU21DF.py install

I wanted to use this sensor in a project with a Raspberry Pi but I only found drivers written in C, so I wrote my own.

Expand Down
Empty file added __init__.py
Empty file.