Can successfully send messages
This commit is contained in:
@@ -2,9 +2,17 @@ namespace Tello_Drone
|
||||
{
|
||||
public interface IDroneCommands
|
||||
{
|
||||
bool Forward();
|
||||
bool Reverse();
|
||||
bool Up();
|
||||
bool Down();
|
||||
void Forward(int x);
|
||||
void Reverse(int x);
|
||||
void Up(int z);
|
||||
void Down(int z);
|
||||
void Left(int y);
|
||||
void Right(int y);
|
||||
bool Command();
|
||||
bool InitialTakeOff();
|
||||
void TakeOff();
|
||||
void Land();
|
||||
void RotateClockWise(int r);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user