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

x/tellojs/src/cmds/flip.ts>flip

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

Flip in a direction

Parameters

Flip left (l), right (r), forward (f), back (b)

direction:
| "l"
| "r"
| "f"
| "b"