Skip to content
Snippets Groups Projects
Commit 00ed1c04 authored by Cristian Maglie's avatar Cristian Maglie Committed by Cristian Maglie
Browse files

Added ATN pin definition in variant file.

parent d11a9727
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,10 @@ static const uint8_t A4 = PIN_A4 ;
static const uint8_t A5 = PIN_A5 ;
#define ADC_RESOLUTION 12
// Other pins
#define PIN_ATN (38ul)
static const uint8_t ATN = PIN_ATN;
/*
* Serial interfaces
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment