Update docs
authorGuy McSwain <guy.mcswain@gmail.com>
Sun, 28 Jun 2020 15:20:05 +0000 (10:20 -0500)
committerGuy McSwain <guy.mcswain@gmail.com>
Sun, 28 Jun 2020 15:20:05 +0000 (10:20 -0500)
DOC/dbase/pigpio.sqlite
DOC/src/html/index.html
pigpio.3
pigpio.h

index ba6114019b0edb2cde75261b71a81bfa9c393fc3..c20cbe090d34969f2b040eb9589c6e89e524fba0 100644 (file)
Binary files a/DOC/dbase/pigpio.sqlite and b/DOC/dbase/pigpio.sqlite differ
index 229073f7e0846680cf395ce35738cf0b5ed80a02..0b8e33cfeb61bb83cdc4296dd5c5909d8e5813d1 100644 (file)
@@ -620,7 +620,7 @@ links.<br></p>
 Languages</h3>
 <p>There are several third party projects which provide wrappers
 for pigpio.<br></p>
-<p>Some I am aware of are:<br></p>
+<p>Some are listed here:<br></p>
 <ul>
 <li><a href="https://github.com/skvamme/pigpio">Erlang</a>
 (skvamme)</li>
@@ -635,7 +635,9 @@ diozero, a high level wrapper around pigpio, Pi4J, wiringPi etc
 "https://github.com/unosquare/pigpio-dotnet">.NET/mono</a>
 (unosquare)</li>
 <li><a href="https://github.com/fivdi/pigpio">Node.js</a>
-(fivdi)</li>
+A wrapper for the pigpio C library (fivdi)</li>
+<li><a href="https://github.com/guymcswain/pigpio-client">Node.js</a>
+A client for pigpio socket interface (guymcswain)</li>
 <li><a href="https://metacpan.org/pod/RPi::PIGPIO">Perl</a> (Gligan
 Calin Horea)</li>
 <li><a href=
index 0871b714951cece95ca3a2b42e856da3b92fd8c3..675c2ec00b05605a834ce31e342600cdccdcface 100644 (file)
--- a/pigpio.3
+++ b/pigpio.3
@@ -191,7 +191,11 @@ error PI_INITIALISED.
 
 .br
 If you intend to rely on signals sent to your application, you should
-turn off the internal signal handling as show in this example:
+turn off the internal signal handling as shown in this example:
+
+.br
+
+.br
 
 .EX
 int cfg = gpioCfgGetInternals();
index f90b81bb350d10c238bd845d282283bffbc822e2..e417b967804a7b80edf4ce599923a94e3088a32f 100644 (file)
--- a/pigpio.h
+++ b/pigpio.h
@@ -107,7 +107,8 @@ If the library is initialised the [*gpioCfg**] functions will return
 error PI_INITIALISED.
 
 If you intend to rely on signals sent to your application, you should
-turn off the internal signal handling as show in this example:
+turn off the internal signal handling as shown in this example:
+
 . .
 int cfg = gpioCfgGetInternals();
 cfg |= PI_CFG_NOSIGHANDLER;  // (1<<10)