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 ccd2ef9 commit 684811dCopy full SHA for 684811d
variants/pygamer_m4/variant.h
@@ -176,6 +176,10 @@ static const uint8_t SCK1 = PIN_SPI1_SCK ;
176
#define PIN_WIRE_SCL (27u)
177
#define PERIPH_WIRE sercom2
178
#define WIRE_IT_HANDLER SERCOM2_Handler
179
+#define WIRE_IT_HANDLER_0 SERCOM2_0_Handler
180
+#define WIRE_IT_HANDLER_1 SERCOM2_1_Handler
181
+#define WIRE_IT_HANDLER_2 SERCOM2_2_Handler
182
+#define WIRE_IT_HANDLER_3 SERCOM2_3_Handler
183
184
static const uint8_t SDA = PIN_WIRE_SDA;
185
static const uint8_t SCL = PIN_WIRE_SCL;
0 commit comments