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: ExoController MODSERIAL SDFileSystem_HelloWorld UI-Honka mbed
Fork of Data Management by
Diff: initDatabed/initDatabed.h
- Revision:
- 2:b87aaf1bc803
- Parent:
- 0:cbb61997e231
- Child:
- 3:ef7e0cbade6d
--- a/initDatabed/initDatabed.h Thu Oct 16 00:49:21 2014 +0000 +++ b/initDatabed/initDatabed.h Sat Nov 22 00:58:11 2014 +0000 @@ -19,6 +19,9 @@ extern DigitalOut boardLed3; extern DigitalOut boardLed4; +extern DigitalIn leftFault; +extern DigitalIn rightFault; + #endif
