UNPKG

dynamixel

Version:

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

9 lines (7 loc) 254 B
/** * Transport Layer Index * Exports all connection/transport classes */ export { U2D2Connection } from './U2D2Connection.js'; export { SerialConnection } from './SerialConnection.js'; export { WebSerialConnection } from './WebSerialConnection.js';