Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2110 → Rev 2129

/branches/dongfang_FC_fixedwing/attitude.c
80,10 → 80,7
* The rate variable end up in a range of about [-1024, 1023].
*************************************************************************/
void getAnalogData(void) {
uint8_t axis;
analog_update();
for (axis = PITCH; axis <= YAW; axis++) {
}
}
 
void integrate(void) {