Skip to content

Commit

Permalink
cleanup readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlj-zz committed Apr 27, 2021
1 parent 0c23d4d commit 7da4b1a
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 99 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ This is a python API for serial communication with mycobot and controlling it.

**Notes**:

<!-- This is the mycobot Python API package designed by Zhang Lijun([[email protected]]()) -->

> Make sure that `Atom` is flashed into the top Atom, `Transponder` is flashed into the base Basic. <br>
> The firmware `Atom` and `Transponder` download address: [https://github.com/elephantrobotics/myCobot/tree/main/Software](https://github.com/elephantrobotics/myCobot/tree/main/Software)<br>
> You also can use myStudio to flash them, myStudio address: [https://github.com/elephantrobotics/myStudio/releases](https://github.com/elephantrobotics/myStudio/releases)
Expand Down Expand Up @@ -41,6 +39,12 @@ cd <your-path>/pymycobot

## Usage:

```python
from pymycobot.mycobot import mycobot
from pymycobot.mycobot import Angle, Coord
from pymycobot import PI_PORT, PI_BAUD # For raspberry pi version of mycobot.
```

The [`demo`](./demo) directory stores some test case files.

You can find out which interfaces pymycobot provides in `pymycobot/README.md`.
Expand Down
Loading

0 comments on commit 7da4b1a

Please sign in to comment.