Morgan Mayborne / Mbed OS Lab3_experiment_example

Dependencies:   ExperimentServer QEI_pmw MotorShield

Files at this revision

API Documentation at this revision

Comitter:
elijahsj
Date:
Mon Sep 27 19:55:59 2021 +0000
Parent:
23:4056ae374b62
Child:
25:f5eaea12412f
Commit message:
formatting;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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