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.
Dependents: VNH5019_2 VNH5019_1
Revision 3:6cd47cdf8708, committed 2016-09-21
- Comitter:
- TeaPack_CZ
- Date:
- Wed Sep 21 19:49:25 2016 +0000
- Parent:
- 2:668ac045b338
- Child:
- 4:f803ea95592c
- Commit message:
- Correct typo in sample code
Changed in this revision
| Encoder.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Encoder.h Wed Sep 21 19:47:43 2016 +0000
+++ b/Encoder.h Wed Sep 21 19:49:25 2016 +0000
@@ -20,7 +20,7 @@
*
* while(1)
* {
- * PC.printf("%d",encoder.get_dist());
+ * PC.printf("%d",encoder.getDist());
* wait(0.1);
* }
* }