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.
Revision 2:548c696e08fd, committed 2019-11-19
- Comitter:
- Javierdf
- Date:
- Tue Nov 19 05:12:05 2019 +0000
- Parent:
- 0:662207e34fba
- Commit message:
- prueba kl25 mpu6050
Changed in this revision
| I2Cdev.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/I2Cdev.h Fri Jan 11 00:54:28 2013 +0000
+++ b/I2Cdev.h Tue Nov 19 05:12:05 2019 +0000
@@ -9,8 +9,8 @@
#include "mbed.h"
-#define I2C_SDA p28
-#define I2C_SCL p27
+#define I2C_SDA PTE0
+#define I2C_SCL PTE1
class I2Cdev {
private: