We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ae4b4 commit 7c05b5aCopy full SHA for 7c05b5a
1 file changed
README.md
@@ -6,7 +6,7 @@ The module `tsic.py` requires Python 3 and the great library `pigpio` for GPIO a
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)
+* `ZacWireInputChannel` receive 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).
12
0 commit comments