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 ESE519_Lab6_part3_skeleton by
Diff: pin_assignments.h
- Revision:
- 8:777c69531f37
- Parent:
- 6:ae3e6aefe908
diff -r be9294de6a8b -r 777c69531f37 pin_assignments.h --- a/pin_assignments.h Fri Nov 11 18:46:44 2016 +0000 +++ b/pin_assignments.h Fri Nov 11 19:20:41 2016 +0000 @@ -47,8 +47,8 @@ #define MOTOR_ENABLE p18 //For both motor divers //MPU6050 SPI PINS -#define I2C_SDA p28 -#define I2C_SCL p27 +#define I2C_SDA_1 p28 +#define I2C_SCL_1 p27 #define CHECKPIN p29 //for IMU interupt pin (INT) //MRF24J40
