UNPKG

zephyr-dfu

Version:

The Capacitor plugin provides an implementation of the McuManager protocol supported by Zephyr.

5 lines (4 loc) 149 B
import type { ZephyrDfuPlugin } from './definitions'; declare const ZephyrDfu: ZephyrDfuPlugin; export * from './definitions'; export { ZephyrDfu };