We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91674ec commit a28662aCopy full SHA for a28662a
README.md
@@ -42,8 +42,7 @@ cd <your-path>/pymycobot
42
## Usage:
43
44
```python
45
-from pymycobot.mycobot import mycobot
46
-from pymycobot.mycobot import Angle, Coord
+from pymycobot import MyCobot, Angle, Coord
47
from pymycobot import PI_PORT, PI_BAUD # For raspberry pi version of mycobot.
48
```
49
0 commit comments