A library for simulate Arduino's Wire library.

Fork of I2C_Driver by CESAR CAZAL

Revision:
1:c6ab8afd3e63
Parent:
0:2514f1c72462
--- a/wire.h	Tue Aug 23 16:23:15 2016 +0000
+++ b/wire.h	Thu Jul 20 14:25:58 2017 +0000
@@ -42,8 +42,8 @@
 #define TWI_FREQUENCY_250K              1 
 #define TWI_FREQUENCY_400K              2 
 
-#define TWI_SCL                         28
-#define TWI_SDA                         29
+#define TWI_SCL                         7
+#define TWI_SDA                         30
 
 
 class TwoWire