Railway Challenge / Mbed 2 deprecated challenge-ChaiUpdated-AutostopTest-30Throttle

Dependencies:   mbed millis

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);