Update Wire.cpp
default constructor now uses SCL and SDA defintinion from wire.h
This commit is contained in:
parent
18f2233357
commit
8119f88b8d
|
@ -190,5 +190,5 @@ TwoWire::~TwoWire() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Declare the instance that the users of the library can use
|
// Declare the instance that the users of the library can use
|
||||||
//TwoWire Wire(SCL, SDA, SOFT_STANDARD);
|
TwoWire Wire(SCL, SDA, SOFT_STANDARD);
|
||||||
TwoWire Wire(PB6, PB7, SOFT_STANDARD);
|
//TwoWire Wire(PB6, PB7, SOFT_STANDARD);
|
||||||
|
|
Loading…
Reference in New Issue