Spaces:
Running
Running
File size: 332 Bytes
f62f94b 6ce4ca6 f62f94b 6ce4ca6 f62f94b |
1 2 3 4 5 6 7 8 9 |
// 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';
|