Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions variants/nrf52840/seeed_xiao_nrf52840_kit/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define PIN_WIRE_SDA D6
#define PIN_WIRE_SCL D7
#else
// Internal LSM6DS3TR on XIAO nRF52840 Series
#define PIN_WIRE_SDA (17)
#define PIN_WIRE_SCL (16)
// Use NFC pads for I2C as done on Seeed Solar Node
#define PIN_WIRE_SDA (9) // P0.09
#define PIN_WIRE_SCL (10) // P0.10
#endif

static const uint8_t SDA = PIN_WIRE_SDA;
Expand Down