@nebulaglitch/shopbot
Version:
A library to generate shopbot output
23 lines (18 loc) • 757 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
const command = require('../command.cjs');
class ValComm extends command.default {
constructor(commPortNum = null, obsolete2 = null, obsolete3 = null, driverChan1 = null, driverChan2 = null, driverChan3 = null, driverChan4 = null, speed = null){
super('VI');
this.args.push(commPortNum);
this.args.push(obsolete2);
this.args.push(obsolete3);
this.args.push(driverChan1);
this.args.push(driverChan2);
this.args.push(driverChan3);
this.args.push(driverChan4);
this.args.push(speed);
}
}
exports.default = ValComm;
//# sourceMappingURL=valcomm.cjs.map