Update Wire.cpp

default constructor now uses SCL and SDA defintinion from wire.h
This commit is contained in:
Samuel Brucksch 2016-08-07 13:22:05 +02:00 committed by GitHub
parent 18f2233357
commit 8119f88b8d
1 changed files with 2 additions and 2 deletions

View File

@ -190,5 +190,5 @@ TwoWire::~TwoWire() {
}
// Declare the instance that the users of the library can use
//TwoWire Wire(SCL, SDA, SOFT_STANDARD);
TwoWire Wire(PB6, PB7, SOFT_STANDARD);
TwoWire Wire(SCL, SDA, SOFT_STANDARD);
//TwoWire Wire(PB6, PB7, SOFT_STANDARD);