bit bang example code from paulvee

This commit is contained in:
joan2937 2020-11-15 16:43:36 +00:00 committed by Guy McSwain
parent ac5cdec256
commit 15d4193ed1
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -511,6 +511,12 @@ pip install nrf24
?4|https://github.com/bjarne-hansen/py-nrf24|2020-04-20|NRF24
Code and example usage of the Pypi NRF24 module. Cleaned up and added support for reading from multiple pipes using open_reading_pipe(pipe, address) and open_writing_pipe(address) in order to be more "compatible" with the way NRF24 is used on Arduinos.
?4|https://github.com/paulvee/GPSDO-Monitoring/blob/main/serial_bb_gps.py|2020-10-20|bit bang GPS
Example code to build NMEA senstences from receieved bit banged serial data.
?4|https://github.com/paulvee/GPSDO-Monitoring/blob/main/serial_bb_counter.py|2020-10-20|bit bang GPS
Example code to bit bang read GPS counter.
?4|https://github.com/stripcode/pigpio-stepper-motor|2016-08-12|Stepper Motor
Stepper motor code.