2017-05-23 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RDMatrix::KernelGpio' element to the 'RDMatrix::Type enum.
	* Implemented a Kernel GPIO switcher driver in 'ripcd/kernelgpio.cpp'
	and 'ripcd/kernelgpio.h'.
This commit is contained in:
Fred Gleason
2017-05-23 10:24:26 -04:00
parent 5d055932b1
commit 3b14fbfa10
12 changed files with 614 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ Broadcast Tools SS 4.4 Audio Switcher
Broadcast Tools ACS 8.2 Audio Control Switcher
Broadcast Tools SS 8.2 Audio Switcher
Harlond Virtual Mixer
Kernel GPIO
LiveWire LWRP Audio
LiveWire LWRP GPIO
LiveWire Multicast GPIO
@@ -465,6 +466,25 @@ Input channel ON/OFF is sensed/controlled by means of the respective GPIO
number using GE/GI/GO RMLs.
----------------------------------------------------------------------------
Kernel GPIO
Driver Name: Kernel GPIO
Supported RML Commands:
GPI Enable ('GE')
GPI Set ('GI')
GPO Set ('GO')
GENERAL NOTES:
This driver can be used to control kernel-based GPIO interfaces, such as
the GPIO pins on a Raspberry Pi. Pins are allocated such that inputs come
first, followed by outputs.
Further information on kernel GPIO devices can be found at
https://www.kernel.org/doc/Documentation/gpio/sysfs.txt
----------------------------------------------------------------------------
LiveWire LWRP Audio