Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FATFileSystem
Diff: CaMove/CaMove.cpp
- 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;