Guest User

Untitled

a guest
Aug 15th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. boolean current_arm = false;
  2. String current_mode = STABILIZE;
  3. int current_roll = 0;
  4. int current_pitch = 0;
  5. int current_throttle = 0; //Min value is 1150 to run motors
  6. int current_yaw = 0;
Add Comment
Please, Sign In to add comment