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
Diff: Encoder.h
- Revision:
- 3:6cd47cdf8708
- Parent:
- 2:668ac045b338
diff -r 668ac045b338 -r 6cd47cdf8708 Encoder.h
--- 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);
* }
* }