feetech.js
Version:
javascript sdk for feetech servos
9 lines (6 loc) • 332 B
JavaScript
// Import all functions from the new scsServoSDK module
// Export the class and singleton instance
export { ScsServoSDK, scsServoSDK } from "./scsServoSDK.mjs";
// Future: You can add exports for other servo types here, e.g.:
// export { stsServoSDK } from './stsServoSDK.mjs';
// export { smsServoSDK } from './smsServoSDK.mjs';