Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function flip
Re-export
import { flip } from "https://deno.land/x/tellojs@v1.0.2/src/cmds/mod.ts";

Flip in a direction

Parameters

this: DroneController

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

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