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 891f653 commit 513bd81Copy full SHA for 513bd81
variants/generic/common.h
@@ -67,3 +67,6 @@ static const uint8_t SS = PIN_SPI0_SS;
67
static const uint8_t MOSI = PIN_SPI0_MOSI;
68
static const uint8_t MISO = PIN_SPI0_MISO;
69
static const uint8_t SCK = PIN_SPI0_SCK;
70
+
71
+static const uint8_t SDA = PIN_WIRE0_SDA;
72
+static const uint8_t SCL = PIN_WIRE0_SCL;
0 commit comments