summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/sensors.h
blob: 33e96dafd4ca26118e56a9f46549d9ffb7150565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _SENSORS_H
#define _SENSORS_H

void init_ILS();
void irq_laser(void);
void irq_ILS(void);
void init_sensors(void);
int calcul_temps();
void regul_vitesse(int temps);
void control_motor_ms(int value);

#endif