Jack Hansdampf / MotorinoLib

Dependents:   Motorino_Lib xxx_Motorino_Lib

Revision:
2:29582cbece6d
Parent:
1:33cca476d387
Child:
3:d53e45e1acae
--- a/Kanal.h	Tue Sep 28 15:47:07 2021 +0000
+++ b/Kanal.h	Tue Sep 28 15:49:38 2021 +0000
@@ -10,7 +10,7 @@
  * Kanal achse;
  * int main() {  
  *     while(1)  {
-        achse.go(180.1000); //180° in 1000ms
+        achse.go(180,1000); //180° in 1000ms
         while (achse.isBusy(); //warte solange beschäftigt
  *     }
  * }