CQ_KIT_Ver1_5

Dependencies:   mbed RateLimiter BLDCmotorDriverCQ_KIT_Ver1_5

Revision:
12:33614e1dc638
Parent:
11:0120619cdfb7
Child:
13:038b62c7ac17
diff -r 0120619cdfb7 -r 33614e1dc638 main.cpp
--- a/main.cpp	Thu Oct 20 14:26:13 2016 +0000
+++ b/main.cpp	Thu Oct 20 14:44:40 2016 +0000
@@ -50,6 +50,7 @@
     printf("Press 'w' to speed up, 's' to speed down\n\r");
     
     // Duty cycle value to be used for speed control
+    // Positive for clockwise; negative for anti-clockwise
     float dc = 0.0f;
     
     Ticker ticker;