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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment