projet_voilier/keil_project/Services/Sail.h
2020-11-11 15:56:13 +01:00

6 lines
No EOL
95 B
C

void SAIL_Init(void);
// sets the opening angle of the sail
void SAIL_SetAngle(float angle);