This repository contains the SCServo Linux library (version 220329) for controlling FEETECH servo motors.
The repository includes:
- SCServo Linux library
- Example applications for SMS/STS and SCSCL series servos
- TTRobot control examples
- Support for multiple servo series (SMS, STS, SCSCL)
- Various control modes (position, speed, etc.)
- Synchronous and asynchronous control options
- Communication via serial interface
cd SCServo_Linux
cmake .
makeNavigate to any example directory and build:
cd examples/SMS_STS/Ping
cmake .
make
sudo ./Ping /dev/ttyACM0This code is distributed as provided by FEETECH.
This is a mirror of the SCServo_Linux_220329 library for use with the TTROBOT project.