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.
Revision 1:53628713ede9, committed 2018-07-09
- Comitter:
- Anaesthetix
- Date:
- Mon Jul 09 16:37:24 2018 +0000
- Parent:
- 0:0929d3d566cf
- Child:
- 2:61ad38ea550d
- Commit message:
- Typo
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jul 09 16:31:40 2018 +0000
+++ b/main.cpp Mon Jul 09 16:37:24 2018 +0000
@@ -320,7 +320,6 @@
print.stop();
print.reset();
print.start();
- //led2 = !led2;
// pc.printf("X: %.2f Y: %.2f %.0f\r\n", angles[0], angles[1], samplef);
pc.printf("%.2f %.0f\r\n", angles[1], samplef);
}