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
351c9e88
Commit
351c9e88
authored
8 years ago
by
Sandeep Mistry
Committed by
Cristian Maglie
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Port SDA and SCL symbols
parent
58761d90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
variants/arduino_zero/variant.h
+3
-0
3 additions, 0 deletions
variants/arduino_zero/variant.h
variants/mkr1000/variant.h
+2
-0
2 additions, 0 deletions
variants/mkr1000/variant.h
with
5 additions
and
0 deletions
variants/arduino_zero/variant.h
+
3
−
0
View file @
351c9e88
...
...
@@ -151,6 +151,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
#define PERIPH_WIRE sercom3
#define WIRE_IT_HANDLER SERCOM3_Handler
static
const
uint8_t
SDA
=
PIN_WIRE_SDA
;
static
const
uint8_t
SCL
=
PIN_WIRE_SCL
;
/*
* USB
*/
...
...
This diff is collapsed.
Click to expand it.
variants/mkr1000/variant.h
+
2
−
0
View file @
351c9e88
...
...
@@ -126,6 +126,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
#define PIN_WIRE_SCL (12u)
#define PERIPH_WIRE sercom0
#define WIRE_IT_HANDLER SERCOM0_Handler
static
const
uint8_t
SDA
=
PIN_WIRE_SDA
;
static
const
uint8_t
SCL
=
PIN_WIRE_SCL
;
// USB
// ---
...
...
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