Skip to content

[ASME] Fix to match Arduino SAMD PR #24 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions hardware/AMEL/samd/variants/AMEL_SmartEverything/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ static const uint8_t A5 = PIN_A5 ;
#define PIN_SPI_MISO (22u)
#define PIN_SPI_MOSI (23u)
#define PIN_SPI_SCK (24u)
#define PERIPH_SPI sercom4
#define PAD_SPI_TX SPI_PAD_2_SCK_3
#define PAD_SPI_RX SERCOM_RX_PAD_0

#define PIN_SPI_SS (25u)

static const uint8_t SS = PIN_SPI_SS ;
Expand All @@ -174,6 +178,8 @@ static const uint8_t SCK = PIN_SPI_SCK ;

#define PIN_WIRE_SDA (20u)
#define PIN_WIRE_SCL (21u)
#define PERIPH_WIRE sercom3
#define WIRE_IT_HANDLER SERCOM3_Handler

/*
* USB
Expand Down