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 2b052e1 commit feb846aCopy full SHA for feb846a
variants/monster_m4sk/variant.h
@@ -173,6 +173,10 @@ static const uint8_t SCK2 = PIN_SPI_SCK ;
173
#define PIN_WIRE_SCL (19u)
174
#define PERIPH_WIRE sercom1
175
#define WIRE_IT_HANDLER SERCOM1_Handler
176
+#define WIRE_IT_HANDLER_0 SERCOM1_0_Handler
177
+#define WIRE_IT_HANDLER_1 SERCOM1_1_Handler
178
+#define WIRE_IT_HANDLER_2 SERCOM1_2_Handler
179
+#define WIRE_IT_HANDLER_3 SERCOM1_3_Handler
180
181
static const uint8_t SDA = PIN_WIRE_SDA;
182
static const uint8_t SCL = PIN_WIRE_SCL;
0 commit comments