A Kotlin wrapper for the Tello SDK allowing you to interface with a Tello drone from a Kotlin or Java project.
dependencies {
implementation("me.jakejmattson:TelloKt:1.2.0")
}
dependencies {
implementation 'me.jakejmattson:TelloKt:1.2.0'
}
<dependency>
<groupId>me.jakejmattson</groupId>
<artifactId>TelloKt</artifactId>
<version>1.2.0</version>
</dependency>