We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58761d9 commit 351c9e8Copy full SHA for 351c9e8
variants/arduino_zero/variant.h
@@ -151,6 +151,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
151
#define PERIPH_WIRE sercom3
152
#define WIRE_IT_HANDLER SERCOM3_Handler
153
154
+static const uint8_t SDA = PIN_WIRE_SDA;
155
+static const uint8_t SCL = PIN_WIRE_SCL;
156
+
157
/*
158
* USB
159
*/
variants/mkr1000/variant.h
@@ -126,6 +126,8 @@ static const uint8_t SCK1 = PIN_SPI1_SCK;
126
#define PIN_WIRE_SCL (12u)
127
#define PERIPH_WIRE sercom0
128
#define WIRE_IT_HANDLER SERCOM0_Handler
129
130
131
132
// USB
133
// ---
0 commit comments