mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Preliminary T18 support (#7581)
This commit is contained in:
parent
02b61fff24
commit
2d01916055
76 changed files with 952 additions and 426 deletions
|
@ -24,6 +24,8 @@
|
|||
// not needed
|
||||
#elif defined(RADIO_T16)
|
||||
const int8_t adcDirection[NUM_ANALOGS] = {1,-1,1,-1, 1,1,1, -1,1, -1,1};
|
||||
#elif defined(RADIO_T18)
|
||||
const int8_t adcDirection[NUM_ANALOGS] = { 1,-1,1,-1, -1,1,-1, -1,1, -1,1 };
|
||||
#elif defined(RADIO_TX16S)
|
||||
const int8_t adcDirection[NUM_ANALOGS] = {1,-1,1,-1, 1,1,1, -1,1, -1,1};
|
||||
#elif defined(PCBX10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue