RioBotz / Mbed 2 deprecated LineFollowerV2-Final

Dependencies:   mbed

Revision:
9:f7f8dd99b3d4
Parent:
8:2b0c6a2aef4a
Child:
11:8d71a1e1e947
--- a/Motor/Motor.h	Mon Mar 04 22:31:22 2019 +0000
+++ b/Motor/Motor.h	Wed Mar 06 01:41:39 2019 +0000
@@ -5,4 +5,5 @@
 void Motors_Setup   (void);
 void Set_Left       (void);
 void Set_Right      (void);
-void Drive          (float LeftSpeed, float RightSpeed);
\ No newline at end of file
+void Drive          (float LeftSpeed, float RightSpeed);
+void Stop           (void);
\ No newline at end of file