An experiment to control a command servo motor with Moddable SDK
This is a driver of RS30X series command servo.
The driver depends on Moddable SDK.
in your mcconfig.json
{
"include": ["path/to/this/project/manifest.json"]
}
$ npm install
# in host environment
$ xhost +local:
$ npm run debug:[m5stack|lin]
$ npm run deploy:[m5stack|lin]