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

14 lines
175 B
C
Raw Normal View History

2018-04-04 16:17:13 +02:00
/*
* Fonctions de déplacment du robot
*/
2018-04-04 16:17:13 +02:00
#ifndef __MOVEMENT_H_
#define __MOVEMENT_H_
2018-04-04 16:17:13 +02:00
#include "position.h"
void configureMovement();
void deconfigureMovement();
#endif