Subversion Repositories FlightCtrl

Rev

Rev 1775 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1775 Rev 2048
Line 1... Line 1...
1
#ifndef _ATTITUDECONTROL_H
1
#ifndef _ATTITUDECONTROL_H
2
#define _ATTITUDECONTROL_H
2
#define _ATTITUDECONTROL_H
3
#include <inttypes.h>
3
#include <inttypes.h>
4
uint16_t AC_getThrottle(uint16_t throttle);
4
void AC_getPRTY(int16_t* PRTY);
5
#endif
5
#endif