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 5097212 commit ea7fbdeCopy full SHA for ea7fbde
hardware/arduino/sam/variants/arduino_due_x/variant.h
@@ -153,6 +153,11 @@ static const uint8_t SCK = PIN_SPI_SCK;
153
#define WIRE1_ISR_HANDLER TWI0_Handler
154
#define WIRE1_ISR_ID TWI0_IRQn
155
156
+static const uint8_t SDA = PIN_WIRE_SDA;
157
+static const uint8_t SCL = PIN_WIRE_SCL;
158
+static const uint8_t SDA1 = PIN_WIRE1_SDA;
159
+static const uint8_t SCL1 = PIN_WIRE1_SCL;
160
+
161
/*
162
* UART/USART Interfaces
163
*/
0 commit comments