1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-05-05 05:21:44 +00:00
cdf2018-principal/chef/src/calibrage.h

17 lines
271 B
C

#ifndef __CALIBRAGE_H_
#define __CALIBRAGE_H_
#include <stdbool.h>
// Constantes
#define CALIBRAGE_TEMPS_ACQUISITION 30000
#define CALIBRAGE_DISTANCE_X 300
#define CALIBRAGE_DISTANCE_Y 300
#define CALIBRAGE_MOVAVG_SIZE 4
// Public
void calibrer(bool orange);
#endif