Maxbotix ultrasonic distance sensor library

Fork of MaxbotixDriver by Daniel Casner

Files at this revision

API Documentation at this revision

Comitter:
SomeRandomBloke
Date:
Wed Mar 16 23:37:03 2016 +0000
Parent:
1:330989f98a6e
Child:
3:c231deea4d36
Commit message:
Corrected a comment

Changed in this revision

sonar.h Show annotated file Show diff for this revision Revisions of this file
--- a/sonar.h	Sun Dec 27 19:47:07 2015 +0000
+++ b/sonar.h	Wed Mar 16 23:37:03 2016 +0000
@@ -22,7 +22,7 @@
     /// Returns range in cm as int
     int readCm();
     
-    /// Returns range in mS as int
+    /// Returns range in uS as int
     int read();
     
     /// Returns the range in CM as an int