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:
- 12:44294d4d7578
- Parent:
- 8:fe66db7b00ef
- Child:
- 13:ae228d1889da
--- a/PinAssignment.h Wed Mar 17 20:09:00 2021 +0000 +++ b/PinAssignment.h Fri Mar 19 19:30:31 2021 +0000 @@ -2,11 +2,11 @@ #define PINASSIGNMENT_H //Anemometers -#define PIN_ANEMOMETER A0 +#define PIN_ANEMOMETER A1 //Accelerometers -#define PIN_ACCEL_PANEL D1 -#define PIN_ACCEL_R1 D0 +#define PIN_ACCEL_PANEL D11 +#define PIN_ACCEL_R1 D10 #define PIN_ACCEL_R2 D2 //Buttons
