Skip to content

Commit d99368a

Browse files
facchinmpennam
authored andcommitted
giga: add PIN_WIRE defines
1 parent c0e5c5d commit d99368a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/GIGA/pins_arduino.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ void _ontouch1200bps_();
234234
#define I2C_SDA2 (digitalPinToPinName(9))
235235
#define I2C_SCL2 (digitalPinToPinName(8))
236236

237+
#define PIN_WIRE_SCL (21u)
238+
#define PIN_WIRE_SDA (20u)
239+
237240
#define SPI_HOWMANY 2
238241

239242
#define SPI_MISO (digitalPinToPinName(PIN_SPI_MISO))

0 commit comments

Comments
 (0)