Skip to content

Commit 84d9c2b

Browse files
Fixed issue in OLED_I2C lib caused by change to HardWire as default I2C
1 parent de23686 commit 84d9c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STM32F1/libraries/OLED_I2C/hardware/arm/HW_STM32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "HardWire.h"
1+
#include "Wire.h"
22
#define WIRE_WRITE HWIRE.write
33

44
HardWire HWIRE(2,I2C_FAST_MODE); // stupid compiler

0 commit comments

Comments
 (0)