Skip to content
Snippets Groups Projects
Commit 351c9e88 authored by Sandeep Mistry's avatar Sandeep Mistry Committed by Cristian Maglie
Browse files

Port SDA and SCL symbols

parent 58761d90
Branches
Tags
No related merge requests found
......@@ -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
*/
......
......@@ -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
// ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment