Update Wire.h

changed SDA/SCL pins to the ones that were default in construcor of Wire.cpp
This commit is contained in:
Samuel Brucksch 2016-08-07 13:22:53 +02:00 committed by GitHub
parent 8119f88b8d
commit 29ef21629c
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@
* On the Maple, let the default pins be in the same location as the Arduino
* pins
*/
#define SDA 19
#define SCL 20
#define SDA PB7
#define SCL PB6
#define SOFT_STANDARD 27
#define SOFT_FAST 0