pigpio/EXAMPLES/Python
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
..
DHT11_SENSOR Python: add dht11 sensor python code. 2015-02-09 09:36:47 +00:00
DHT22_AM2302_SENSOR pep8:E711 comparison to None should be `if cond is not None:` 2016-04-27 11:29:01 +02:00
GPIO_STATUS small bug fix for python example 2016-04-09 21:03:17 +02:00
HALL_EFFECT_SENSOR V23 2014-11-25 17:10:05 +00:00
I2C_SNIFFER V23 2014-11-25 17:10:05 +00:00
IR_RECEIVER V23 2014-11-25 17:10:05 +00:00
MORSE_CODE V23 2014-11-25 17:10:05 +00:00
PCF8591_YL-40 V23 2014-11-25 18:05:55 +00:00
PIGPIO_BENCHMARK V23 2014-11-25 17:10:05 +00:00
ROTARY_ENCODER V23 2014-11-25 17:10:05 +00:00
SENT_PROTOCOL added an example of using the pigpio library to implement the SENT interface. 2020-12-20 09:16:10 -08:00
SONAR_RANGER V23 2014-11-25 17:10:05 +00:00
VIRTUAL_WIRE V23 2014-11-25 17:10:05 +00:00
WIEGAND_CODE V23 2014-11-25 17:10:05 +00:00