Skip to content

Commit

Permalink
Update repository URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Rohm committed Apr 9, 2015
1 parent bbac1fe commit 0b79be4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ The pi-sht1x package is a Python 3 library used to communicate and control the S

SHT1x (including SHT10, SHT11 and SHT15) is Sensirion’s family of surface mountable relative humidity and temperature sensors. The sensors integrate sensor elements plus signal processing on a tiny foot print and provide a fully calibrated digital output. A unique capacitive sensor element is used for measuring relative humidity while temperature is measured by a band-gap sensor.

The package was tested using the Raspberry Pi B+ and Raspberry Pi 2. There shouldn't be issues running this on the older models, but no guarantees. If you do run into any problems, please let me know or create an [issue](https://bitbucket.org/drohm/pi-sht1x/issues?status=new&status=open) on the Bitbucket project page:
The package was tested using the Raspberry Pi B+ and Raspberry Pi 2. There shouldn't be issues running this on the older models, but no guarantees. If you do run into any problems, please let me know or create an [issue](https://github.com/drohm/pi-sht1x/issues) on the GitHub project page:

https://bitbucket.org/drohm/pi-sht1x
https://github.com/drohm/pi-sht1x

The data sheet for the SHT1x series of sensors can be found here:

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ The pi-sht1x package is a Python 3 library used to communicate and control the S

SHT1x (including SHT10, SHT11 and SHT15) is Sensirion's family of surface mountable relative humidity and temperature sensors. The sensors integrate sensor elements plus signal processing on a tiny foot print and provide a fully calibrated digital output. A unique capacitive sensor element is used for measuring relative humidity while temperature is measured by a band-gap sensor.

The package was tested using the Raspberry Pi B+ and Raspberry Pi 2. There shouldn't be issues running this on the older models, but no guarantees. If you do run into any problems, please let me know or create an `issue`_ on the Bitbucket project page:
The package was tested using the Raspberry Pi B+ and Raspberry Pi 2. There shouldn't be issues running this on the older models, but no guarantees. If you do run into any problems, please let me know or create an `issue`_ on the GitHub project page:

::

https://bitbucket.org/drohm/pi-sht1x
https://github.com/drohm/pi-sht1x

The data sheet for the SHT1x series of sensors can be found here:

Expand Down Expand Up @@ -227,7 +227,7 @@ This module was done for fun and to learn how to communicate with serial devices
* `Luca Nobili`_

.. _RPi.GPIO: http://pypi.python.org/pypi/RPi.GPIO
.. _issue: https://bitbucket.org/drohm/pi-sht1x/issues?status=new&status=open
.. _issue: https://github.com/drohm/pi-sht1x/issues
.. _virtualenv: https://pypi.python.org/pypi/virtualenv
.. _Jonathan Oxer: https://github.com/practicalarduino/SHT1x
.. _Luca Nobili: https://bitbucket.org/lunobili/rpisht1x

0 comments on commit 0b79be4

Please sign in to comment.