added max distance between points
spelling
This commit is contained in:
@@ -46,7 +46,7 @@ class Speedometer {
|
||||
*
|
||||
* If the Direction is Forward, the internal counter counts up and a positiv speed will be returned.
|
||||
* If the Direction is Backward, the internal counter counts down and a negativ speed will be returned.
|
||||
* If the Dorection is None, no measurement will be taken.
|
||||
* If the Direction is None, no measurement will be taken.
|
||||
*/
|
||||
enum Direction {
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user