ELEC2645 (2018/19) / Mbed 2 deprecated el17st

Dependencies:   mbed FATFileSystem

Revision:
26:716bcd47f3ca
Parent:
21:f3b0ce18b44f
--- a/CaMove/CaMove.cpp	Thu May 09 13:27:19 2019 +0000
+++ b/CaMove/CaMove.cpp	Fri May 10 21:25:27 2019 +0000
@@ -1,8 +1,6 @@
 #include "CaMove.h"
 #include "AniPaths.h"
 
-Serial f(USBTX,USBRX);
-
 //Constructor
 CaMove::CaMove(PinName Button, 
                PinName Pot_h, 
@@ -38,7 +36,7 @@
 void CaMove::AIinit(int chaser) {
     enabled = false;
     _ch = 0;
-    _cv = 0;
+    _cv = 0; //Increment is speed of Chaser
     switch (chaser) {
         case 2:
         increment = 2;