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: Crypto
Revision 26:d3e69e507616, committed 2019-03-21
- Comitter:
- Olaffo
- Date:
- Thu Mar 21 17:15:02 2019 +0000
- Parent:
- 25:ca5ccbf55b07
- Commit message:
- deleted redundant printf's
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Mar 21 16:53:23 2019 +0000
+++ b/main.cpp Thu Mar 21 17:15:02 2019 +0000
@@ -509,7 +509,6 @@
// Case for choosing speed control
else {
- pc.printf("Chose Ts %f\n\r", Ts);
// Flip lead
if ( Ts >= 0) { lead = -2; }
else if ( Ts < 0) { lead = 2; }
@@ -529,7 +528,6 @@
// Case for choosing speed control
if (Ts <=Tr ){
- pc.printf("Chose Ts %f\n\r", Ts);
// Flip lead
if ( Ts >= 0) { lead = -2; }
else if ( Ts < 0) { lead = 2; }