derp

Dependencies:   FastPWM3 mbed

Files at this revision

API Documentation at this revision

Comitter:
bwang
Date:
Tue Apr 19 18:04:19 2016 +0000
Parent:
16:46703e957b30
Commit message:
on the butt last night

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Apr 19 05:46:29 2016 +0000
+++ b/main.cpp	Tue Apr 19 18:04:19 2016 +0000
@@ -191,7 +191,7 @@
     pc.printf("%s\n\r", "THE DENTIST controller Rev. A");
     
     for (;;) {
-        pc.printf("%d %f\n\r", state, throttle_scaler);
-        wait_ms(100);
+    //    pc.printf("%d %f\n\r", state, throttle_scaler);
+    //    wait_ms(100);
     }
 }