mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-21 08:01:16 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user