Skip to content

Commit

Permalink
Change the pin for the NXDN LED on the Teensy.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Mar 7, 2018
1 parent e20630a commit 59ed3f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion IOTeensy.cpp
Expand Up @@ -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

Expand Down

0 comments on commit 59ed3f0

Please sign in to comment.