deplacement v6
Fork of Deplacement by
Diff: Deplacement.h
- Revision:
- 12:5459169b6a52
- Parent:
- 11:5bc41c46cf28
--- a/Deplacement.h Thu Mar 23 09:47:28 2017 +0000 +++ b/Deplacement.h Thu Mar 23 12:46:35 2017 +0000 @@ -24,10 +24,10 @@ void setVitesse(float v); void tourner_droite(); //implementer temps rotation void tourner_gauche(); //implementer temps rotation - void gauche(int temps); - void droite(int temps); - void avancer(int temps); - void reculer(int temps); + void gauche(float temps); + void droite(float temps); + void avancer(float temps); + void reculer(float temps); void stop(); void tourner_droite_t(); void quartRotation();