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.h
- Revision:
- 36:5c61710813b3
- Parent:
- 35:2f476d981896
--- a/definitions.h Wed Jun 22 11:14:32 2022 +0000 +++ b/definitions.h Wed Jun 21 16:58:23 2023 +0000 @@ -72,27 +72,27 @@ extern DigitalOut contactCapCharge; //mechanical braking and other air components. -extern DigitalOut brakeValve32; -extern DigitalOut brakeValve22; -extern DigitalOut whistleValve32; +extern DigitalOut frontBrake; +extern DigitalOut backBrake; +extern DigitalOut whistle; extern DigitalIn pressureSwitch1; extern DigitalIn pressureSwitch2; extern DigitalIn pressureSwitch3; -//extern DigitalIn brakePressure; + extern DigitalIn mainlinePressure; // //Energy Storage Transducer Inputs -/* + extern AnalogIn vref_powercab; extern AnalogIn vref_supercap; extern AnalogIn vout_powercab; extern AnalogIn vout_supercap; -*/ + //Lights -extern DigitalOut FrontLight; -extern DigitalOut BackLight; -#endif \ No newline at end of file +extern DigitalOut frontLight; +extern DigitalOut backLight; +#endif