5 lines
86 B
C
5 lines
86 B
C
/* thrust.h */
|
|
|
|
float linearise_thrust(float x);
|
|
void set_thrust(int motor, float x);
|