8 lines
172 B
C
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
|