Skip to content

Commit 7c05b5a

Browse files
authored
Corrected typo
1 parent 65ae4b4 commit 7c05b5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The module `tsic.py` requires Python 3 and the great library `pigpio` for GPIO a
66
It provides three major classes:
77
* `TsicInputChannel` receive temperature measurements
88
* `Measurement` a temperature measurement
9-
* `ZacWireInputChannel` received byte packets over ZACWire protocol (low-level handler for TsicInputChannel)
9+
* `ZacWireInputChannel` receive byte packets over ZACWire protocol (low-level handler for TsicInputChannel)
1010

1111
See `example.py` for API usage or start `tsic.py <gpio-bcm> [--loop]` to read temperatures from a GPIO pin (Broadcom numbering).
1212

0 commit comments

Comments
 (0)