Modelling Turret

Dependencies:   QEI mbed

Fork of GainController by ES305H Lanier Turchan

Files at this revision

API Documentation at this revision

Comitter:
LanierUSNA16
Date:
Tue Mar 31 12:52:08 2015 +0000
Parent:
2:eabcd6202bff
Commit message:
Moving the Turret 2;

Changed in this revision

GainControl.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/GainControl.cpp	Tue Mar 31 12:48:54 2015 +0000
+++ b/GainControl.cpp	Tue Mar 31 12:52:08 2015 +0000
@@ -56,7 +56,7 @@
             printf("time(%d,1) = %.5f;\n",k+1,time[k]);
             printf("theta(%d,1) = %.5f;\n",k+1,theta[k]);           
         }    
-    printf("Duty Cycle = %f", duty_cycle); 
+    printf("Duty_Cycle = %f", duty_cycle); 
     
     }
 }
\ No newline at end of file