UNPKG

saga-palm-decode

Version:

Classes for decode/encode bluetooth palm from Sagatech Brasil

5 lines (4 loc) 273 B
export declare const formatBatery: (hex: string) => string; export declare const arrayToHexString: (array: Uint8Array) => string; export declare const hexStringToArray: (string: string) => Uint8Array; export declare const numberToHexString: (number: number) => string;