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
78619131
Commit
78619131
authored
8 years ago
by
Sandeep Mistry
Browse files
Options
Downloads
Patches
Plain Diff
MKRZero: Add I2S info to variant.h
parent
2537ab3b
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/mkrzero/variant.h
+10
-0
10 additions, 0 deletions
variants/mkrzero/variant.h
with
10 additions
and
0 deletions
variants/mkrzero/variant.h
+
10
−
0
View file @
78619131
...
...
@@ -141,6 +141,16 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
#define PIN_USB_DP (23ul)
#define PIN_USB_HOST_ENABLE (24ul)
// I2S Interfaces
// --------------
#define I2S_INTERFACES_COUNT 1
#define I2S_DEVICE 0
#define I2S_CLOCK_GENERATOR 3
#define PIN_I2S_SD (PIN_A6)
#define PIN_I2S_SCK (2u)
#define PIN_I2S_FS (3u)
// Serial ports
// ------------
#ifdef __cplusplus
...
...
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