Change the pin for the NXDN LED on the Teensy.

master
Jonathan Naylor 2018-03-07 20:04:23 +00:00
parent e20630a425
commit 59ed3f07c8
1 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,11 @@
#define PIN_DMR 10
#define PIN_YSF 11
#define PIN_P25 12
#define PIN_NXDN 8
#if defined(__MK20DX256__)
#define PIN_NXDN 2
#else
#define PIN_NXDN 24
#endif
#define PIN_ADC 5 // A0, Pin 14
#define PIN_RSSI 4 // Teensy 3.5/3.6, A16, Pin 35. Teensy 3.1/3.2, A17, Pin 28