aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/Wire/Wire.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Wire/Wire.cpp')
-rw-r--r--libraries/Wire/Wire.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/Wire/Wire.cpp b/libraries/Wire/Wire.cpp
index 9173234..d646132 100644
--- a/libraries/Wire/Wire.cpp
+++ b/libraries/Wire/Wire.cpp
@@ -37,7 +37,7 @@
* modifications by gke and ala42.
*/
-#include "Wire.h"
+#include <Wire/Wire.h>
#define I2C_WRITE 0
#define I2C_READ 1
@@ -179,4 +179,4 @@ TwoWire::~TwoWire() {
}
// Declare the instance that the users of the library can use
-TwoWire Wire(); \ No newline at end of file
+TwoWire Wire(SCL, SDA, SOFT_STANDARD);