Projet-Voilier-3/projet-voilier/src/App_Orientation.h
2023-04-11 15:03:30 +02:00

8 lines
172 B
C

#ifndef ORIENTATION_H
#define ORIENTATION_H
void telecommande_init(void);
uint16_t App_Girouette_GetDirection(void);
void Telecommande_Send_Data(const char *str);
#endif