Update docs

This commit is contained in:
2023-01-11 15:56:39 +02:00
parent bec77bb5b6
commit 876f429d5e
3 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
Implements robot_controller for the Axidraw robot.
`axidraw_serial.py` is used to communicate with the robot using the python API.
`axidraw_serial.py` is used to communicate with the robot using the [python API](https://axidraw.com/doc/py_api).
If more direct control is desired, this can be implemented by sending serial commands directly to the [EBB control board](http://evil-mad.github.io/EggBot/ebb.html) of the Axidraw.
On linux systems the board appears on `/dev/ttyACM0`.