UNPKG

dynamixel

Version:

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

9 lines (7 loc) 298 B
/** * Transport Layer Index (ES Module) * Exports all connection/transport classes with ES module versions */ export { U2D2Connection } from './U2D2Connection.esm.js'; export { SerialConnection } from './SerialConnection.esm.js'; export { WebSerialConnection } from './WebSerialConnection.js';