Railway Challenge
/
challenge
Uncommenting of part that allow supercaps to charge up from the batteries
Diff: definitions.h
- Revision:
- 30:a04afea230fb
- Parent:
- 0:4788e1df7b55
diff -r 8149eec6d6e7 -r a04afea230fb definitions.h --- a/definitions.h Wed Jun 15 11:26:58 2022 +0000 +++ b/definitions.h Wed Jun 15 11:33:56 2022 +0000 @@ -82,4 +82,8 @@ //extern DigitalIn brakePressure; extern DigitalIn mainlinePressure; +extern DigitalOut FrontLight; +extern DigitalOut BackLight; +extern DigitalOut BeaconLight; + #endif \ No newline at end of file