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

10 lines
118 B
C
Raw Normal View History

#ifndef __MOVEMENT_H_
#define __MOVEMENT_H_
#include "CA.h"
2018-02-16 22:13:24 +01:00
void brake();
void aller(struct position* pos);
#endif