项目作者: meganetaaan

项目描述 :
An experiment to control a command servo motor with Moddable SDK
高级语言: TypeScript
项目地址: git://github.com/meganetaaan/moddable-rs30x.git
创建时间: 2020-08-04T16:35:43Z
项目社区:https://github.com/meganetaaan/moddable-rs30x

开源协议:MIT License

下载


Moddable RS30X

This is a driver of RS30X series command servo.
The driver depends on Moddable SDK.

Installation

in your mcconfig.json

  1. {
  2. "include": ["path/to/this/project/manifest.json"]
  3. }

For developers

  • Install the required.
    • VSCode
    • Docker and docker-compose
  • Open this repository with VSCode
  • Click a green arrow on bottom-left of the window
  • Select “Reopen in container” on popup
  • Install npm dependencies
  1. $ npm install
  • Allow opening GUI from inside a container
  1. # in host environment
  2. $ xhost +local:

Debug

  1. $ npm run debug:[m5stack|lin]

Deploy

  1. $ npm run deploy:[m5stack|lin]