Rev 1775 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#ifndef _ATTITUDECONTROL_H
#define _ATTITUDECONTROL_H
#include <inttypes.h>
uint16_t AC_getThrottle(uint16_t throttle);
void AC_getPRTY(int16_t* PRTY);
#endif