You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Adafruit Python TMP006
2
2
======================
3
3
4
-
Python library for accessing the TMP006 non-contact temperature sensor on a Raspberry Pi or Beaglebone Black.
4
+
Python library for accessing the TMP006 & TMP007 non-contact temperature sensor on a Raspberry Pi or Beaglebone Black.
5
5
6
6
Designed specifically to work with the Adafruit TMP006 sensor ----> https://www.adafruit.com/products/1296
7
7
@@ -21,7 +21,8 @@ sudo python setup.py install
21
21
22
22
Make sure you have internet access on the device so it can download the required dependencies.
23
23
24
-
See examples of usage in the examples folder.
24
+
See examples of usage in the examples folder. Note that the example code and classes
25
+
use the TMP006 name but will work fine with a TMP007 sensor too.
25
26
26
27
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
0 commit comments