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 1:756759f67ce3, committed 2021-03-12
- Comitter:
- khaiminhvn
- Date:
- Fri Mar 12 02:32:08 2021 +0000
- Parent:
- 0:c58a5bbd417a
- Commit message:
- Correct variable type
Changed in this revision
MotorDriver.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MotorDriver.h Tue Feb 09 23:53:44 2021 +0000 +++ b/MotorDriver.h Fri Mar 12 02:32:08 2021 +0000 @@ -16,7 +16,7 @@ void stop(); //Halt and Put Motors on Brakes private: - AnalogOut ena,enb,intp,intn; + DigitalOut ena,enb,intp,intn; }; #endif \ No newline at end of file