UNPKG

@betaflight/api

Version:

A high-level API to read data from betaflight flight controllers

4 lines (3 loc) 223 B
import { SerialPortFunctions } from "./types"; export declare const serialPortFunctionBits: () => SerialPortFunctions[]; export declare const legacySerialPortFunctionsMap: Record<number, SerialPortFunctions[] | undefined>;