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: ExperimentServer QEI_pmw MotorShield
Diff: main.cpp
- Revision:
- 24:4d2f1b7746de
- Parent:
- 23:4056ae374b62
- Child:
- 25:f5eaea12412f
--- a/main.cpp Mon Sep 27 19:55:21 2021 +0000 +++ b/main.cpp Mon Sep 27 19:55:59 2021 +0000 @@ -22,7 +22,6 @@ //Controller values float volt = 0; float duty = 0; -float cum_error = 0; Serial pc(USBTX, USBRX); // USB Serial Terminal ExperimentServer server; // Object that lets us communicate with MATLAB