We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086a9cc commit c2c7fe9Copy full SHA for c2c7fe9
1 file changed
README.md
@@ -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