jm6wud

Files at this revision

API Documentation at this revision

Comitter:
jm6wud
Date:
Tue Oct 13 15:06:29 2020 +0000
Parent:
1:8a94254a671b
Commit message:
jm6wud

Changed in this revision

I2Cdev.h Show annotated file Show diff for this revision Revisions of this file
--- a/I2Cdev.h	Sun Oct 11 15:51:53 2020 +0000
+++ b/I2Cdev.h	Tue Oct 13 15:06:29 2020 +0000
@@ -9,8 +9,8 @@
 
 #include "mbed.h"
 
-#define I2C_SDA p9       //p28
-#define I2C_SCL p10      //p27
+#define I2C_SDA p28       //p28
+#define I2C_SCL p27      //p27
 
 class I2Cdev {
     private: