Port of Adafruit Arduino code

Dependencies:   mbed

Fork of Adafruit9-DOf by Bruno Manganelli

Files at this revision

API Documentation at this revision

Comitter:
jatinsha
Date:
Sun Nov 29 18:41:42 2015 +0000
Parent:
1:73a50f68da5d
Commit message:
none

Changed in this revision

Header/I2C_base.h Show annotated file Show diff for this revision Revisions of this file
--- a/Header/I2C_base.h	Sat Nov 28 22:25:17 2015 +0000
+++ b/Header/I2C_base.h	Sun Nov 29 18:41:42 2015 +0000
@@ -27,11 +27,11 @@
 #include "mbed.h"
 //define SDA and SCL if not already defined
 #ifndef SDA
-    #define SDA p28
+    #define SDA p9
 #endif
 
 #ifndef SCL
-    #define SCL p27
+    #define SCL p10
 #endif
 //*******************************************