mirror of https://github.com/joan2937/pigpio
25 lines
932 B
Plaintext
25 lines
932 B
Plaintext
|
|
||
|
There are two C libraries which provide a socket interface to the
|
||
|
pigpio daemon. They provide an interface very similar to the
|
||
|
pigpio Python module.<br>
|
||
|
<ul>
|
||
|
<li>The original <a href="./pdif.html">pigpiod_if</a> library is
|
||
|
now deprecated and will no longer be updated. This library is
|
||
|
limited to controlling one Pi at a time.</li>
|
||
|
</ul>
|
||
|
<ul>
|
||
|
<li>The new <a href="./pdif2.html">pigpiod_if2</a> library which
|
||
|
should be used for new code. This library allows multiple Pis
|
||
|
to be controlled at one time.</li>
|
||
|
</ul>
|
||
|
Additional details of the pigpio <a href="./sif.html">socket</a>
|
||
|
interface.<br>
|
||
|
<br>
|
||
|
Additional details of the pigpio <a href="./pif.html">pipe</a>
|
||
|
interface.<br>
|
||
|
<br>
|
||
|
<a href="pig2vcd.html">pig2vcd</a> is a utility which converts
|
||
|
pigpio notifications into the VCD (Value Change Dump) format.
|
||
|
VCD can be read by many programs, in particular <a href=
|
||
|
"http://gtkwave.sourceforge.net/">GTKWave</a>.
|