README.md

# Tello

[![CI](https://github.com/linjunpop/tello/actions/workflows/ci.yml/badge.svg)](https://github.com/linjunpop/tello/actions/workflows/ci.yml)
[![Module Version](https://img.shields.io/hexpm/v/tello.svg)](https://hex.pm/packages/tello)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/tello/)
[![License](https://img.shields.io/hexpm/l/tello.svg)](https://github.com/linjunpop/tello/blob/master/LICENSE.md)

An unofficial [Ryze Tello](https://www.ryzerobotics.com/tello-edu) SDK.

## Installation

The package can be installed
by adding `tello` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:tello, "~> 0.3.0"}
  ]
end
```

The docs can
be found at <https://hexdocs.pm/tello>.