Uncommenting of part that allow supercaps to charge up from the batteries

Dependencies:   mbed millis

Files at this revision

API Documentation at this revision

Comitter:
jamesmcildowietfl
Date:
Wed Jun 15 11:33:56 2022 +0000
Parent:
29:8149eec6d6e7
Commit message:
Forgot to add light pins to header, done now ;

Changed in this revision

definitions.h Show annotated file Show diff for this revision Revisions of this file
--- 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