Test Branch

This commit is contained in:
2019-09-08 22:28:32 -06:00
parent 5b5757c7d4
commit 1190c08729
7 changed files with 64 additions and 27 deletions

View File

@@ -13,6 +13,10 @@ namespace Tello_Drone
void TakeOff();
void Land();
void RotateClockWise(int r);
void FrontFlip();
void BackFlip();
void RightFlip();
void LeftFlip();
}
}