Skip to content

Commit 29ef216

Browse files
Update Wire.h
changed SDA/SCL pins to the ones that were default in construcor of Wire.cpp
1 parent 8119f88 commit 29ef216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

STM32F1/libraries/Wire/Wire.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
* On the Maple, let the default pins be in the same location as the Arduino
4848
* pins
4949
*/
50-
#define SDA 19
51-
#define SCL 20
50+
#define SDA PB7
51+
#define SCL PB6
5252

5353
#define SOFT_STANDARD 27
5454
#define SOFT_FAST 0

0 commit comments

Comments
 (0)