Skip to content

Commit 786253d

Browse files
author
Stephen Hensley
committed
fixed typo in default I2C pins
1 parent ccf076c commit 786253d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/DAISY_SEED/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ extern "C" {
6262

6363
// I2C Definitions
6464
#define PIN_WIRE_SDA 12 // Default for Arduino connector compatibility
65-
#define PIN_WIRE_SCL 8 // Default for Arduino connector compatibility
65+
#define PIN_WIRE_SCL 11 // Default for Arduino connector compatibility
6666

6767
// I2C timing definitions (optional), avoid time spent to compute if defined
6868
// * I2C_TIMING_SM for Standard Mode (100kHz)

0 commit comments

Comments
 (0)