]> git.piffa.net Git - rover/blobdiff - libraries/rover/rover.h
Servo progressive, lib
[rover] / libraries / rover / rover.h
index 371023987f38c44875b3984febda39d4c44d9369..a4ad42bd1b6bdf73b51b084a43cc70ca568f2af5 100644 (file)
@@ -13,6 +13,24 @@ Licenza:    GPLv3
 #ifndef rover_h
 #define rover_h
 
-
-
+// Global vars
+
+
+// Funzioni
+
+void abilita() ;
+void forwardA(); // speedA e' dato dalla variabile golabale speedA
+void forwardA(byte speedA); // Overloading
+void backwardA() ;
+void backwardA(byte speedA) ;
+void stopA() ;
+void forwardB() ;
+void forwardB(byte speedB) ;
+void backwardB() ;
+void backwardB(byte speedB) ;
+void stopB() ;
+
+void turnDX() ;
+void turnSX() ;
+void turnMiddle() ;
 #endif