View Source Tello (Tello v0.3.0)
An unofficial Ryze Tech Tello SDK
Link to this section Summary
Link to this section Functions
Link to this function
start(init_arg \\ [controller: [ip: {192, 168, 10, 1}, port: 8889, receiver: nil], status_listener: [port: 8890, handler: nil]])
View Source@spec start(Tello.Client.init_arg()) :: {:ok, client :: pid(), controller :: pid(), status_listener :: nil | pid()}
Start a new Tello.Client
.
{:ok, tello_client, controller, status_listener} = Tello.start()
@spec terminate(pid()) :: :ok | {:error, :not_found}
Terminate a Tello.Client
and it's children.