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 3202e77 commit 84cef9aCopy full SHA for 84cef9a
variants/pybadge_airlift_m4/variant.h
@@ -184,6 +184,10 @@ static const uint8_t SCK1 = PIN_SPI1_SCK ;
184
#define PIN_WIRE_SCL (25u)
185
#define PERIPH_WIRE sercom2
186
#define WIRE_IT_HANDLER SERCOM2_Handler
187
+#define WIRE_IT_HANDLER_0 SERCOM2_0_Handler
188
+#define WIRE_IT_HANDLER_1 SERCOM2_1_Handler
189
+#define WIRE_IT_HANDLER_2 SERCOM2_2_Handler
190
+#define WIRE_IT_HANDLER_3 SERCOM2_3_Handler
191
192
static const uint8_t SDA = PIN_WIRE_SDA;
193
static const uint8_t SCL = PIN_WIRE_SCL;
0 commit comments