Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/JakeJMattson/TelloKt

A Kotlin wrapper for the Tello SDK.
https://github.com/JakeJMattson/TelloKt

java kotlin tello tellodrone

Last synced: about 2 months ago
JSON representation

A Kotlin wrapper for the Tello SDK.

Lists

README

        



Kotlin


Tello SDK

# TelloKt
A Kotlin wrapper for the Tello SDK allowing you to interface with a Tello drone from a Kotlin or Java project.

### Gradle
```kotlin
dependencies {
implementation("me.jakejmattson:TelloKt:1.2.0")
}
```
```groovy
dependencies {
implementation 'me.jakejmattson:TelloKt:1.2.0'
}
```

### Maven
```xml

me.jakejmattson
TelloKt
1.2.0

```