Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjairo committed Aug 12, 2012
1 parent f57bb99 commit e2b1096
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,16 @@ int main(void) {

int int_tune_status = PARAM_INT_TUNE_FLAG_IDLE;

// user inputs
float uRoll, uPitch, uYaw, uThrottle;

// motor duty cycles
float m1, m2, m3;

// pid values
float pidRoll, pidPitch, pidYaw;

// servo angle
float servoAngle;

paramTable p;
Expand Down

0 comments on commit e2b1096

Please sign in to comment.