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