Railway Challenge
/
challenge
Uncommenting of part that allow supercaps to charge up from the batteries
Diff: definitions.cpp
- Revision:
- 29:8149eec6d6e7
- Parent:
- 27:0098df64b05b
--- a/definitions.cpp Wed Jun 15 11:13:32 2022 +0000 +++ b/definitions.cpp Wed Jun 15 11:26:58 2022 +0000 @@ -79,4 +79,9 @@ DigitalIn pressureSwitch2(PC_1, PullUp); DigitalIn pressureSwitch3(PC_15, PullUp); //DigitalIn brakePressure(PH_0); // NOT INSTALLED -DigitalIn mainlinePressure(PH_1, PullUp); \ No newline at end of file +DigitalIn mainlinePressure(PH_1, PullUp); + +//Lights +DigitalOut FrontLight(PE_12); +DigitalOut BackLight(PE_14); +DigitalOut BeaconLight(PE_15); \ No newline at end of file