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

x/tellojs/src/cmds/mod.ts>wait

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

Function that adds time between other functions

Parameters

this: DroneController

Time you want to delay for (in ms)

delay: number