1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

[Horus] ADC driver by Mike

+ new CLI command repeat <interval> <other command>
This commit is contained in:
Bertrand Songis 2015-11-06 17:03:55 +01:00
parent bca18f5938
commit b1f5ea115c
6 changed files with 252 additions and 118 deletions

View file

@ -1005,7 +1005,16 @@ enum Analogs {
STICK2,
STICK3,
STICK4,
#if defined(PCBFLAMENCO)
#if defined(PCBHORUS)
POT1,
POT2,
POT3,
POT_LAST=POT3,
SLIDER1,
SLIDER2,
SLIDER3,
SLIDER4,
#elif defined(PCBFLAMENCO)
POT1,
POT2,
POT_LAST = POT2,
@ -1049,6 +1058,10 @@ enum Analogs {
TX_VOLTAGE,
#if defined(PCBSKY9X) && !defined(REVA)
TX_CURRENT,
#endif
#if defined(PCBHORUS)
MOUSE1,
MOUSE2,
#endif
NUMBER_ANALOG
};