]> git.feebdaed.xyz Git - 0xmirror/pigpio.git/commitdiff
Reworked paulvee example and link.
authorjoan2937 <joan@abyz.me.uk>
Mon, 16 Nov 2020 11:27:11 +0000 (11:27 +0000)
committerGuy McSwain <guy.mcswain@gmail.com>
Fri, 18 Dec 2020 21:57:25 +0000 (15:57 -0600)
DOC/dbase/pigpio.sqlite
DOC/src/defs/examples.def

index c0b12054981475c9ba0475f082cbf3d10ad9887c..9f96137ee3f1e6ebbb2c2dca3b8f1def93b8f1ae 100644 (file)
Binary files a/DOC/dbase/pigpio.sqlite and b/DOC/dbase/pigpio.sqlite differ
index 7eedbafb4cabc810ecb3e9ac0f06911d7bca5f6b..1ead75f6668e2733a235f51b430cccbca665da1d 100644 (file)
@@ -511,11 +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/pigpio-serial-bb-examples|2020-11-16|bit bang serial RX
+Example code showing how to use the bit banged serial links.
 
-?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.
+One example shows how to read the serial data from an Arduino based counter, that sends results every 1,000 or 10,000 seconds.
+
+Another example shows how to parse into sentences the NMEA stream coming from a U-Blox GPS module.
 
 ?4|https://github.com/stripcode/pigpio-stepper-motor|2016-08-12|Stepper Motor
 Stepper motor code.