UNPKG

dynamixel

Version:

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

8 lines (6 loc) 227 B
/** * U2D2Connection - ES Module Version Export * This is the default export that uses dynamic imports * For CommonJS builds, use U2D2Connection.cjs.js directly */ export { U2D2Connection } from './U2D2Connection.esm.js';