Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arduino Core for SAMD21 CPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
Arduino Core for SAMD21 CPU
Commits
00ed1c04
Commit
00ed1c04
authored
9 years ago
by
Cristian Maglie
Committed by
Cristian Maglie
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added ATN pin definition in variant file.
parent
d11a9727
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
variants/arduino_zero/variant.h
+4
-0
4 additions, 0 deletions
variants/arduino_zero/variant.h
with
4 additions
and
0 deletions
variants/arduino_zero/variant.h
+
4
−
0
View file @
00ed1c04
...
...
@@ -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
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment