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 74cfc24 commit 0897920Copy full SHA for 0897920
variants/metro_m4/variant.h
@@ -159,6 +159,10 @@ static const uint8_t SCK = PIN_SPI_SCK ;
159
#define PIN_WIRE_SCL (23u)
160
#define PERIPH_WIRE sercom5
161
#define WIRE_IT_HANDLER SERCOM5_Handler
162
+#define WIRE_IT_HANDLER_0 SERCOM5_0_Handler
163
+#define WIRE_IT_HANDLER_1 SERCOM5_1_Handler
164
+#define WIRE_IT_HANDLER_2 SERCOM5_2_Handler
165
+#define WIRE_IT_HANDLER_3 SERCOM5_3_Handler
166
167
static const uint8_t SDA = PIN_WIRE_SDA;
168
static const uint8_t SCL = PIN_WIRE_SCL;
0 commit comments