UNPKG
@betaflight/api
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.1
A high-level API to read data from betaflight flight controllers
@betaflight/api
/
dist
/
cjs
/
serial
/
constants.d.ts
4 lines
(3 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
import
{
SerialPortFunctions
}
from
"./types"
;
export
declare
const
serialPortFunctionBits
:
() =>
SerialPortFunctions
[];
export
declare
const
legacySerialPortFunctionsMap
:
Record
<
number
,
SerialPortFunctions
[] |
undefined
>;