1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-06-26 13:09:01 +02:00
cdf2018-principal/chef/src/movement.h

10 lines
118 B
C

#ifndef __MOVEMENT_H_
#define __MOVEMENT_H_
#include "CA.h"
void brake();
void aller(struct position* pos);
#endif