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.
Diff: PinAssignment.h
- Revision:
- 2:014cf2a98712
- Parent:
- 1:f058cf4e422a
- Child:
- 8:fe66db7b00ef
--- a/PinAssignment.h Wed Mar 10 19:10:47 2021 +0000 +++ b/PinAssignment.h Wed Mar 10 23:39:48 2021 +0000 @@ -5,8 +5,8 @@ #define PIN_ANEMOMETER A0 //Accelerometers -#define PIN_ACCEL_PANEL D0 -#define PIN_ACCEL_R1 D1 +#define PIN_ACCEL_PANEL D1 +#define PIN_ACCEL_R1 D0 #define PIN_ACCEL_R2 D2 //Buttons @@ -21,7 +21,7 @@ #define PIN_INTN D9 //Tie INT2 and INT4 //I2C -#define PIN_SDA PTE24 -#define PIN_SCL PTE25 +#define PIN_SDA PTE25 +#define PIN_SCL PTE24 #endif \ No newline at end of file
