mimorisuzuko / miriteco

Tello library for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miriteco

Tello library for Node.js.

Example

See sample/.

const Miriteco = require('miriteco');

(async () => {
	const teco = new Miriteco();

	await teco.setup();
	await teco.takeoff();
	await teco.delay(10000);
	await teco.land();
})().catch(console.error);

About

Tello library for Node.js

License:MIT License


Languages

Language:JavaScript 100.0%