UNPKG

shuttle-control-usb

Version:

NodeJS Interface for Contour ShuttleXpress, ShuttlePro V1, and ShuttlePro V2

17 lines (13 loc) 208 B
'use strict' const vids = Object.freeze({ CONTOUR: 0x0B33 }) const pids = Object.freeze({ SHUTTLEPRO_V1: 0x0010, SHUTTLEXPRESS: 0x0020, SHUTTLEPRO_V2: 0x0030 }) module.exports = { vids, pids }