added max distance between points

spelling
This commit is contained in:
2023-08-14 09:53:59 +02:00
parent 534629e2e9
commit 1b9cf0d8a0
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -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,