Utilities for i2c data connection. This is ported from https://github.com/jrowberg/i2cdevlib.

Dependents:   DISCO-F746NG_rtos_test

Fork of I2Cdev by Shundo Kishi

Revision:
1:df0c2ace5932
Parent:
0:3aa973ebe3e5
diff -r 3aa973ebe3e5 -r df0c2ace5932 I2Cdev.h
--- a/I2Cdev.h	Sun Jan 31 13:52:23 2016 +0000
+++ b/I2Cdev.h	Sun Feb 11 18:32:25 2018 +0000
@@ -11,9 +11,6 @@
 
 #include "mbed.h"
 
-#define I2C_SDA p28
-#define I2C_SCL p27
-
 class I2Cdev {
     private:
         static I2C i2c;