Current section
Files
Jump to
Current section
Files
README.md
# Tello
[](https://github.com/linjunpop/tello/actions/workflows/ci.yml)
[](https://hex.pm/packages/tello)
[](https://hexdocs.pm/tello/)
[](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>.