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: definitions.cpp
- Revision:
- 28:1086791972d0
- Parent:
- 18:d28d458824d4
- Child:
- 32:771f6d99a77b
--- a/definitions.cpp Mon Jun 13 11:06:32 2022 +0000 +++ b/definitions.cpp Wed Jun 15 13:36:11 2022 +0000 @@ -71,8 +71,8 @@ //DigitalOut contactMtr2(PG_8); //mechanical braking and other air components. -DigitalOut brakeValve32(PF_2); -DigitalOut brakeValve22(PF_8); +DigitalOut brakeValve32(PD_3); //brake pins updated wire 90 back brake +DigitalOut brakeValve22(PC_0); // brake pins updated wire 91 front brake DigitalOut whistleValve32(PG_15); DigitalIn pressureSwitch1(PC_13, PullUp);