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.
Fork of Tracker by
Revision 7:58157608cfbe, committed 2017-04-23
- Comitter:
- jcallahan1
- Date:
- Sun Apr 23 18:57:31 2017 +0000
- Parent:
- 3:eb8680da1721
- Commit message:
- Made "distance" public
Changed in this revision
| Tracker.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Tracker.h Thu Jan 26 21:02:05 2017 +0000
+++ b/Tracker.h Sun Apr 23 18:57:31 2017 +0000
@@ -17,6 +17,9 @@
void setDirection();
void checkToStart();
void calcDisplacement();
+
+ float distance;
+
private:
QEI *wheel;
PinName chA;
@@ -27,7 +30,7 @@
float circumference;
float constant;
- float distance;
+
float x;
float y;
