Skip to content

Commit c2c7fe9

Browse files
authored
Added README
1 parent 086a9cc commit c2c7fe9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# python-tsic
2+
3+
Receive temperature readings from TSIC 206/306 chips connected to Raspberry Pi GPIO.
4+
The module `tsic.py` requires Python 3 and the great library `pigpio` for GPIO access with precise timing.
5+
6+
It provides three major classes:
7+
* `TsicInputChannel` receive temperature measurements
8+
* `Measurement` a temperature measurement
9+
* `ZacWireInputChannel` received byte packets over ZACWire protocol (low-level handler for TsicInputChannel)
10+
11+
See `example.py` for API usage or start `tsic.py <gpio-bcm> [--loop]` to read temperatures from a GPIO pin (Broadcom numbering).

0 commit comments

Comments
 (0)