diff --git a/DOC/dbase/pigpio.sqlite b/DOC/dbase/pigpio.sqlite index f24fd30..c0b1205 100644 Binary files a/DOC/dbase/pigpio.sqlite and b/DOC/dbase/pigpio.sqlite differ diff --git a/DOC/src/defs/examples.def b/DOC/src/defs/examples.def index 637a82b..7eedbaf 100644 --- a/DOC/src/defs/examples.def +++ b/DOC/src/defs/examples.def @@ -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.