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: TPixy-Interface
Fork of ObjectFollower by
Diff: ui.cpp
- Revision:
- 12:172c448a359e
- Parent:
- 9:fe56b888985c
- Child:
- 14:5777377537a2
--- a/ui.cpp Sat Mar 03 00:08:16 2018 +0000
+++ b/ui.cpp Sat Mar 03 00:33:41 2018 +0000
@@ -35,7 +35,7 @@
extern int32_t e;
extern int32_t xState;
extern int32_t u;
-extern int time_passed;
+//extern int time_passed;
*/
int16_t position;
@@ -164,6 +164,7 @@
setpointR = 280;
}
setpointR_mutex.unlock();
+ bluetooth.printf("\r\n %5d", setpointR);
}
// if s is pressed decrease the speed
@@ -193,7 +194,7 @@
setpointL = 280;
}
setpointL_mutex.unlock();
-
+ bluetooth.printf("\r\n %5d", setpointL);
}
else if (x=='k')
{
