Fixed issue in OLED_I2C lib caused by change to HardWire as default I2C

This commit is contained in:
Roger Clark 2017-10-08 14:03:20 +11:00
parent de236867c0
commit 84d9c2bd20
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include "HardWire.h"
#include "Wire.h"
#define WIRE_WRITE HWIRE.write
HardWire HWIRE(2,I2C_FAST_MODE); // stupid compiler