Minh Nguyen / MotorDriver

Files at this revision

API Documentation at this revision

Comitter:
khaiminhvn
Date:
Fri Mar 12 02:32:08 2021 +0000
Parent:
0:c58a5bbd417a
Commit message:
Correct variable type

Changed in this revision

MotorDriver.h Show annotated file Show diff for this revision Revisions of this file
--- a/MotorDriver.h	Tue Feb 09 23:53:44 2021 +0000
+++ b/MotorDriver.h	Fri Mar 12 02:32:08 2021 +0000
@@ -16,7 +16,7 @@
     void stop(); //Halt and Put Motors on Brakes
     
     private:
-    AnalogOut ena,enb,intp,intn;
+    DigitalOut ena,enb,intp,intn;
 };
 
 #endif
\ No newline at end of file