projet_voilier/Src/Orientation.h

11 lines
164 B
C

#ifndef ORIENTATION_H
#define ORIENTATION_H
#include "DCMotor.h"
#include "RFReceiver.h"
void Orientation_conf(void);
void Orientation_background(void);
#endif