UNPKG

swarms

Version:

The ultimate node.js library for controlling Bitcraze Crazyflie 2.0 drones

10 lines (9 loc) 234 B
export declare class Uri { dataRate: number; channel: number; /** * URI class for representing the URI's to connect to a Crazyflie */ constructor(dataRate: number, channel: number); toString(): string; }