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 4dbfc24 commit 3ed74deCopy full SHA for 3ed74de
variants/feather_m4/variant.h
@@ -157,6 +157,10 @@ static const uint8_t SCK = PIN_SPI_SCK ;
157
#define PIN_WIRE_SCL (22u)
158
#define PERIPH_WIRE sercom2
159
#define WIRE_IT_HANDLER SERCOM2_Handler
160
+#define WIRE_IT_HANDLER_0 SERCOM2_0_Handler
161
+#define WIRE_IT_HANDLER_1 SERCOM2_1_Handler
162
+#define WIRE_IT_HANDLER_2 SERCOM2_2_Handler
163
+#define WIRE_IT_HANDLER_3 SERCOM2_3_Handler
164
165
static const uint8_t SDA = PIN_WIRE_SDA;
166
static const uint8_t SCL = PIN_WIRE_SCL;
0 commit comments