Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MPU6050-DMP by
Diff: I2Cdev.h
- Revision:
- 6:c7264ce7a66c
- Parent:
- 0:662207e34fba
--- a/I2Cdev.h Sat Nov 23 16:47:00 2013 +0000
+++ b/I2Cdev.h Wed Nov 09 08:54:53 2016 +0000
@@ -9,8 +9,8 @@
#include "mbed.h"
-#define I2C_SDA p28
-#define I2C_SCL p27
+#define I2C_SDA p9
+#define I2C_SCL p10
class I2Cdev {
private:
