Commit Graph

19 Commits

Author SHA1 Message Date
Mark 35aa210556 added an example of using the pigpio library to implement the SENT interface.
SENT is an automotive standard single wire interface for robust communication
with sensors in a car, but the standard can be used anywhere.   It has error detection
including CRC checking.  There is a write up about it on the
Blog:   https://surfncircuits.com/2020/11/27/implementing-a-single-edge-nibble-transmission-sent-protocol-in-python-for-the-raspberry-pi-zero/
2020-12-20 09:16:10 -08:00
Maurice (mausy5043) Hendrix 07cbb98dca pep8:E711 comparison to None should be `if cond is not None:` 2016-04-27 11:29:01 +02:00
Maurice (mausy5043) Hendrix dc3ce64eb4 pep8:E225 Whitespace around operators 2016-04-27 11:27:05 +02:00
Maurice (mausy5043) Hendrix e45b1c2fe5 pep8:E261 At least two spaces before inline comment 2016-04-27 11:21:18 +02:00
Stefano Miccoli dc1d244cd8 small bug fix for python example 2016-04-09 21:03:17 +02:00
joan 68553c1ed6 V31 2015-03-02 22:38:55 +00:00
joan adb8c8dbf6 V30 2015-02-25 20:34:52 +00:00
Fabien Reboia 523fe86862 Python: add dht11 sensor python code.
It consists of a stripped rewrite of the DHT22 code.
As an addition it implements the iterable protocol.
2015-02-09 09:36:47 +00:00
joan 8cb2e78171 V23 2014-11-25 18:05:55 +00:00
joan e8a8ce1982 V23 2014-11-25 17:10:05 +00:00
joan 6e8073871d V23 2014-11-25 16:36:44 +00:00
joan 4cbcce81ac V23 2014-11-25 14:27:33 +00:00
joan a723db6efc V23 2014-11-25 13:24:49 +00:00
joan 14e3a1b0fd Merge branch 'master' of https://github.com/joan2937/pigpio 2014-11-25 13:07:12 +00:00
joan 8084a6e1c1 V23 2014-11-25 12:59:21 +00:00
joan2937 8549b7d16e Create Readme 2014-11-24 17:23:58 +00:00
joan2937 9316a11bc4 Create Readme 2014-11-24 17:23:16 +00:00
joan2937 90810edb8a Create Readme 2014-11-24 17:21:33 +00:00
joan2937 b873f2cc72 Create placeholder 2014-11-24 17:13:37 +00:00