Skip to content

Commit adf0cb3

Browse files
committed
add explorable second wire that is in silk
1 parent 01f100f commit adf0cb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

variants/LoRa_THING_PLUS_expLoRaBLE/variant.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "config/pins.h"
1212

1313
#define VARIANT_SPI_INTFCS 2
14-
#define VARIANT_WIRE_INTFCS 1
14+
#define VARIANT_WIRE_INTFCS 2
1515

1616
// SPI
1717
#define VARIANT_SPI_SDI SPI_SDI
@@ -26,6 +26,8 @@
2626
// Wire
2727
#define VARIANT_Wire_SDA I2C_SDA
2828
#define VARIANT_Wire_SCL I2C_SCL
29+
#define VARIANT_Wire1_SDA I2C1_SDA
30+
#define VARIANT_Wire1_SCL I2C1_SCL
2931

3032
// UART
3133
extern UART Serial1;

0 commit comments

Comments
 (0)