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.
Diff: include/EngineDriver.h
- Revision:
- 4:cc391b3f3e57
- Parent:
- 2:09cc6b203fe4
- Child:
- 5:1afe17a20a5b
--- a/include/EngineDriver.h Wed Jun 24 09:26:07 2015 +0000 +++ b/include/EngineDriver.h Tue Aug 04 09:05:16 2015 +0000 @@ -1,6 +1,7 @@ #ifndef DRIVER_H #define DRIVER_H #include "mbed.h" +#include "SerialPrompt.h" DigitalOut en1(D2); DigitalOut en2(D4); DigitalOut in1(D3);