Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tellojs/src/mod.ts>default

The easy to use tello library written in typescript to control your drones!
Latest
class default
import { default } from "https://deno.land/x/tellojs@v1.2.2/src/mod.ts";

Constructors

new
default(options?: Options)

Properties

private
allowWait: boolean
private
isEventLoopRunning: boolean
private
resolveQueue: (() => void)[]
emergency
events: (() => void)[]
execute
flip
goto
land
readonly
options: Options
rotate
socket: dgram.Socket
speed
state: string
takeOff
wait
webServer: Deno.Listener
wifi
xMovement
yMovement
zMovement

Methods

private
eventLoop()
enqueue(...cmds: (() => void)[])