UNPKG

saga-palm-decode

Version:

Classes for decode/encode bluetooth palm from Sagatech Brasil

5 lines (4 loc) 202 B
import DecodedReading from './DecodedReading'; import EncodedReading from './EncodedReading'; export declare const Decode: typeof DecodedReading; export declare const Encode: typeof EncodedReading;