UNPKG

@hangtime/grip-connect

Version:

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

9 lines (8 loc) 517 B
export type { IClimbro } from "./device/climbro.interface"; export type { IEntralpi } from "./device/entralpi.interface"; export type { IForceBoard } from "./device/forceboard.interface"; export type { IKilterBoard } from "./device/kilterboard.interface"; export type { IMotherboard } from "./device/motherboard.interface"; export type { ImySmartBoard } from "./device/mysmartboard.interface"; export type { IProgressor } from "./device/progressor.interface"; export type { IWHC06 } from "./device/wh-c06.interface";