UNPKG

@hangtime/grip-connect

Version:

Griptonite Motherboard, Tindeq Progressor, PitchSix Force Board, CTS500, WHC-06, Entralpi, Climbro, mySmartBoard: Bluetooth API Force-Sensing strength analysis for climbers

12 lines 776 B
export type { IClimbro } from "./device/climbro.interface.js"; export type { ICTS500 } from "./device/cts500.interface.js"; export type { IEntralpi } from "./device/entralpi.interface.js"; export type { IForceBoard } from "./device/forceboard.interface.js"; export type { IKilterBoard } from "./device/kilterboard.interface.js"; export type { IMotherboard } from "./device/motherboard.interface.js"; export type { ImySmartBoard } from "./device/mysmartboard.interface.js"; export type { INordicDfuDevice } from "./nordic.interface.js"; export type { IProgressor } from "./device/progressor.interface.js"; export type { ISmartBoardPro } from "./device/smartboard-pro.interface.js"; export type { IWHC06 } from "./device/wh-c06.interface.js"; //# sourceMappingURL=index.d.ts.map