Skip to content

Commit 742b1c7

Browse files
authored
Update README.md
1 parent 33dd86d commit 742b1c7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python-tsic
22

3-
Receive temperature readings from TSIC chips connected to Raspberry Pi GPIO.
3+
Receive temperature readings from TSic sensor chips connected to Raspberry Pi GPIO.
44

55
Supported:
66
* TSic 206/306
@@ -19,5 +19,12 @@ It provides the following classes:
1919

2020
See `example.py` for API usage or start `tsic.py <gpio-bcm> [--type {206,506,716,306}] [--loop]` to read temperatures from a GPIO pin (Broadcom numbering). See `tsic.py --help` for command line usage.
2121

22+
Example:
23+
```
24+
pi@raspi3:~/python-tsic $ ./tsic.py 19 --type 306
25+
Receiving data from TSic 206/306...
26+
Measurement 17.90°C at 2018-11-10 16:16:11.419573
27+
```
28+
2229
Greetings from Bavaria
2330
Holger

0 commit comments

Comments
 (0)