Added support for EL3255 5 Ch Potentiometer input device

This commit is contained in:
Sascha Ittner
2016-07-05 16:59:02 +02:00
parent 9791677fa3
commit b83c5ef9f0
6 changed files with 284 additions and 0 deletions

View File

@@ -96,6 +96,9 @@ static const LCEC_CONF_TYPELIST_T slaveTypes[] = {
{ "EL3152", lcecSlaveTypeEL3152 },
{ "EL3162", lcecSlaveTypeEL3162 },
// analog in, 5ch, 16 bits
{ "EL3255", lcecSlaveTypeEL3255 },
// analog out, 1ch, 12 bits
{ "EL4001", lcecSlaveTypeEL4001 },
{ "EL4011", lcecSlaveTypeEL4011 },