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

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

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

Sets the speed in cm/s

Parameters

this: DroneController

Speed between 10 and 100 to set the speed to

newspeed: number