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 efd2961 commit 74cfc24Copy full SHA for 74cfc24
variants/hallowing_m4/variant.h
@@ -167,6 +167,10 @@ static const uint8_t SCK1 = PIN_SPI1_SCK ;
167
#define PIN_WIRE_SCL (25u)
168
#define PERIPH_WIRE sercom2
169
#define WIRE_IT_HANDLER SERCOM2_Handler
170
+#define WIRE_IT_HANDLER_0 SERCOM2_0_Handler
171
+#define WIRE_IT_HANDLER_1 SERCOM2_1_Handler
172
+#define WIRE_IT_HANDLER_2 SERCOM2_2_Handler
173
+#define WIRE_IT_HANDLER_3 SERCOM2_3_Handler
174
175
static const uint8_t SDA = PIN_WIRE_SDA;
176
static const uint8_t SCL = PIN_WIRE_SCL;
0 commit comments