21 lines
255 B
Markdown
21 lines
255 B
Markdown
# README.md
|
|
|
|
### Notice
|
|
|
|
support motor: GO-M8010-6 motor
|
|
|
|
not support motor: A1 motor、 B1 motor (Check A1B1 branch for support)
|
|
|
|
### Build
|
|
```bash
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make
|
|
```
|
|
|
|
### Run
|
|
Run examples with 'sudo',e.g.
|
|
```bash
|
|
sudo ./motorctrl
|
|
``` |