Tea Pack / Motor_Encoders

Dependents:   VNH5019_2 VNH5019_1

Files at this revision

API Documentation at this revision

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);
  *  }
  *  }