Merge pull request #17 from vk4tux/patch-1

Update IO.cpp
This commit is contained in:
Jonathan Naylor 2016-08-24 08:38:30 +01:00 committed by GitHub
commit 2da44b38e1
1 changed files with 1 additions and 0 deletions

1
IO.cpp
View File

@ -74,6 +74,7 @@ const uint16_t DC_OFFSET = 2048U;
#define PIN_DSTAR 9 #define PIN_DSTAR 9
#define PIN_DMR 8 #define PIN_DMR 8
#define PIN_YSF 7 #define PIN_YSF 7
#define PIN_RSSI 60
#define ADC_CHER_Chan (1<<7) // ADC on Due pin A0 - Due AD7 - (1 << 7) #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_ISR_EOC_Chan ADC_ISR_EOC7
#define ADC_CDR_Chan 7 #define ADC_CDR_Chan 7