From 15d4193ed1613246d921e720ea14363efe0ee0bc Mon Sep 17 00:00:00 2001 From: joan2937 Date: Sun, 15 Nov 2020 16:43:36 +0000 Subject: [PATCH] bit bang example code from paulvee --- DOC/dbase/pigpio.sqlite | Bin 1433600 -> 1433600 bytes DOC/src/defs/examples.def | 6 ++++++ 2 files changed, 6 insertions(+) diff --git a/DOC/dbase/pigpio.sqlite b/DOC/dbase/pigpio.sqlite index f24fd30acb732b2cd3b9676e570ebb7a00e94642..c0b12054981475c9ba0475f082cbf3d10ad9887c 100644 GIT binary patch delta 1143 zcmbV}Ur1A77{+(b&gSN(`{Q1NbonU;UZguyupk*qN>QoHzbguNww>g}b~g6M77@&h zqeR6CqVJ{)!wbDkR(%j%NF`JdSXW(2*IjtwtTDpEOveH# zNl^niIjcy?nOJOQHk0eh+@kZS3|Ap+3&oT?iAm}#!Rz`0Qm8MM4Rwp%VrNjK(s5|G zFjSOMnWRkO>4Z%3X%Z_a$pjf09vUDyS4PG7>?iktt*n8AryDOGp@XZ}1z!1mEfx`5h19 eMHrc?^omjeQtBQ zsLyS$wli%ylE6oMuW^axHfT*p1R02;P>%bvpaBtUnRZj3pUH3z&*;>#k6Us z(?%jBk+NE=r(e zn+!PBOHZGu?9l}{)8BQ7UWQ@bql(Yu;rt;&;POl)1ka8&Dbbfy`RpkOU)eWQbJ2lh z?u*sUr3febG7N8d)VzDGxO{RUr#4?rK&J4~`u_pf)wpyC4nF*4sJ$Pv;FY$5cm;-Q z_{{u02GP~sAgZYG#XLC8KZZKK^H|j`nDD$-4UVcXe2deqBU5VLXOOK!5Z~~>H`q6L y*ST-_Umwr}Ov=wzw-r>nsm6uF@b^=c0&NX~@!P#YgL(AL_9B!&tXuB~DgF=jx|2Ns 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.