UNPKG

dynamixel

Version:

Node.js library for controlling DYNAMIXEL servo motors via U2D2 interface with Protocol 2.0 support

9 lines (7 loc) 234 B
/** * DYNAMIXEL Layer Index * Exports all DYNAMIXEL protocol, device, and constant definitions */ export { Protocol2 } from './Protocol2.js'; export { DynamixelDevice } from './DynamixelDevice.js'; export * from './constants.js';