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.
Dependencies: millis
Diff: definitions.h
- Revision:
- 32:771f6d99a77b
- Parent:
- 0:4788e1df7b55
- Child:
- 35:2f476d981896
--- a/definitions.h Wed Jun 15 15:32:46 2022 +0000 +++ b/definitions.h Mon Jun 20 09:49:27 2022 +0000 @@ -81,5 +81,18 @@ 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