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.
Revision 30:a04afea230fb, committed 2022-06-15
- 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