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

17 lines
271 B
C
Raw Normal View History

2018-05-16 07:58:55 +02:00
#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