Skip to content

Commit 00ed1c0

Browse files
committed
Added ATN pin definition in variant file.
1 parent d11a972 commit 00ed1c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variants/arduino_zero/variant.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ static const uint8_t A4 = PIN_A4 ;
102102
static const uint8_t A5 = PIN_A5 ;
103103
#define ADC_RESOLUTION 12
104104

105+
// Other pins
106+
#define PIN_ATN (38ul)
107+
static const uint8_t ATN = PIN_ATN;
108+
105109
/*
106110
* Serial interfaces
107111
*/

0 commit comments

Comments
 (0)