Guest User

"Flight" LCD Custom Data

a guest
Sep 6th, 2020
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. @Pitch Up{
  2. ShortRotate RotorElevatorRightR to 10 at 2
  3. ShortRotate RotorElevatorRightL to -10 at 2
  4. ShortRotate RotorElevatorLeftR to 10 at 2
  5. ShortRotate RotorElevatorLeftL to -10 at 2
  6. }
  7.  
  8. @Pitch Down{
  9. ShortRotate RotorElevatorRightR to -10 at 2
  10. ShortRotate RotorElevatorRightL to 10 at 2
  11. ShortRotate RotorElevatorLeftR to -10 at 2
  12. ShortRotate RotorElevatorLeftL to 10 at 2
  13. }
  14.  
  15. @Pitch Reset{
  16. ShortRotate RotorElevatorRightR to -3 at 2
  17. ShortRotate RotorElevatorRightL to 3 at 2
  18. ShortRotate RotorElevatorLeftR to -3 at 2
  19. ShortRotate RotorElevatorLeftL to 3 at 2
  20. }
  21.  
  22. @Roll Left{
  23. ShortRotate RotorAileronLeftR to -15 at 2
  24. ShortRotate RotorAileronLeftL to 15 at 2
  25. ShortRotate RotorAileronRightR to 15 at 2
  26. ShortRotate RotorAileronRightL to -15 at 2
  27. }
  28.  
  29. @Roll Right{
  30. ShortRotate RotorAileronLeftR to 15 at 2
  31. ShortRotate RotorAileronLeftL to -15 at 2
  32. ShortRotate RotorAileronRightR to -15 at 2
  33. ShortRotate RotorAileronRightL to 15 at 2
  34. }
  35.  
  36. @Roll Reset{
  37. ShortRotate RotorAileronLeftR to 0 at 2
  38. ShortRotate RotorAileronLeftL to 0 at 2
  39. ShortRotate RotorAileronRightR to 0 at 2
  40. ShortRotate RotorAileronRightL to 0 at 2
  41. }
  42.  
  43. @Yaw Left{
  44. ShortRotate RotorYawTop to -15 at 5
  45. ShortRotate RotorYawBottom to 15 at 5
  46. }
  47.  
  48. @Yaw Right{
  49. ShortRotate RotorYawTop to 15 at 5
  50. ShortRotate RotorYawBottom to -15 at 5
  51. }
  52.  
  53. @Yaw Reset{
  54. ShortRotate RotorYawTop to 0 at 5
  55. ShortRotate RotorYawBottom to 0 at 5
  56. }
Advertisement
Add Comment
Please, Sign In to add comment