https://github.com/JakeJMattson/TelloKt
A Kotlin wrapper for the Tello SDK.
https://github.com/JakeJMattson/TelloKt
java kotlin tello tellodrone
Last synced: about 1 year ago
JSON representation
A Kotlin wrapper for the Tello SDK.
- Host: GitHub
- URL: https://github.com/JakeJMattson/TelloKt
- Owner: JakeJMattson
- License: mit
- Created: 2019-04-02T01:23:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T21:52:03.000Z (over 5 years ago)
- Last Synced: 2024-11-13T21:44:36.168Z (over 1 year ago)
- Topics: java, kotlin, tello, tellodrone
- Language: Kotlin
- Homepage:
- Size: 94.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-tello - TelloKt - `#Kotlin` (SDK Wrappers)
README
# 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
```