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 0897920 commit 3202e77Copy full SHA for 3202e77
variants/metro_m4_airlift/variant.h
@@ -176,6 +176,10 @@ static const uint8_t SCK = PIN_SPI_SCK ;
176
#define PIN_WIRE_SCL (23u)
177
#define PERIPH_WIRE sercom5
178
#define WIRE_IT_HANDLER SERCOM5_Handler
179
+#define WIRE_IT_HANDLER_0 SERCOM5_0_Handler
180
+#define WIRE_IT_HANDLER_1 SERCOM5_1_Handler
181
+#define WIRE_IT_HANDLER_2 SERCOM5_2_Handler
182
+#define WIRE_IT_HANDLER_3 SERCOM5_3_Handler
183
184
static const uint8_t SDA = PIN_WIRE_SDA;
185
static const uint8_t SCL = PIN_WIRE_SCL;
0 commit comments