blanchon's picture
squash: initial commit
3aea7c6
|
raw
history blame
416 Bytes

feetech.js

Control feetech servos through browser

Usage

# Install the package
npm install feetech.js
import { scsServoSDK } from 'feetech.js';

await scsServoSDK.connect();

const position = await scsServoSDK.readPosition(1);
console.log(position); // 1122

Example usage: