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.
Diff: Motion.h
- Revision:
- 19:6cd6cc5c8b4c
- Parent:
- 18:3309329d5f42
- Child:
- 21:41997651337a
--- a/Motion.h Mon May 07 19:52:54 2018 +0000
+++ b/Motion.h Thu May 10 18:10:15 2018 +0000
@@ -19,7 +19,6 @@
virtual ~Motion();
void move();
- void moveFast();
void scanMove();
void rotateL();
void rotateR();
@@ -77,9 +76,9 @@
int line;
float countsOld;
float avgSpeed;
- float avgCounts;
float actSpeed;
float targetSpeed;
+ bool lastMove;
};
#endif /* MOTION_H_ */
\ No newline at end of file
