1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-10-31 21:56:04 +01:00
cdf2018-principal/chef/src/movement.h

9 lines
151 B
C
Raw Normal View History

2018-03-26 10:07:21 +02:00
int bouger(float vitL, float vitR);
// Vitesse en mm/s
// Vitesse < 0 ⇒ sens inverse
// Si vitesse < seuil ⇒ brake
int brake();
int freewheel();