UNPKG

@iotile/iotile-device

Version:

A typescript library for interfacing with IOTile BLE devices

10 lines 457 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var iotile_common_1 = require("@iotile/iotile-common"); exports.WINDOW_BITS = 8; exports.LOOKAHEAD_BITS = 4; exports.INPUT_BUFFER_LENGTH = 64; exports.SAMPLING_RATE = 3200 / 3.0; exports.START_STREAM = iotile_common_1.mapStreamName('system buffered node 1536'); exports.END_STREAM = iotile_common_1.mapStreamName('system buffered node 1537'); //# sourceMappingURL=constants.js.map