8000 Add files via upload · ArduinoWorks/Arduino_STM32@98ed731 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98ed731

Browse files
authored
Add files via upload
1 parent dbfb68c commit 98ed731

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

STM32F1/libraries/Wire/examples/i2c_scanner_softwire/i2c_scanner_softwire.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include <SoftWire.h>
77

8-
TwoWire SWire(PB6, PB7, SOFT_FAST);
8+
SoftWire SWire(PB6, PB7, SOFT_FAST);
99

1010

1111
void setup() {

STM32F1/libraries/Wire/rules.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#this makefile may not work since HardWire has been changed to the default Wire (TwoWire)
2+
#anyway this file should be useless
3+
4+
15
# Standard things
26
sp := $(sp).x
37
dirstack_$(sp) := $(d)

0 commit comments

Comments
 (0)
0