mirror of https://github.com/g4klx/MMDVM.git
Add output definition for the NTH board.
This commit is contained in:
parent
e9ba2e896a
commit
8daa53dc3e
3
IO.cpp
3
IO.cpp
|
@ -63,6 +63,9 @@ const uint16_t DC_OFFSET = 2048U;
|
|||
#define PIN_COS A7
|
||||
#define PIN_PTT A8
|
||||
#define PIN_COSLED A11
|
||||
#define PIN_DSTAR 132
|
||||
#define PIN_DMR 133
|
||||
#define PIN_YSF 134
|
||||
#define ADC_CHER_Chan (1<<7) // ADC on Due pin A0 - Due AD7 - (1 << 7)
|
||||
#define ADC_ISR_EOC_Chan ADC_ISR_EOC7
|
||||
#define ADC_CDR_Chan 7
|
||||
|
|
Loading…
Reference in New Issue