Update README.md

This commit is contained in:
0x23 2025-09-19 13:41:14 +02:00 committed by GitHub
parent 40023563d7
commit 9e56b303bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ The firmware implements a complete motion planning stack with look-ahead for smo
## 🐍 NEW: Python-API
The new Python API handles all serial communication and provides convenient command execution and debug message printing.
The lightweight Python API handles all serial communication and provides convenient command execution and debug message printing.
The interface includes functions to home, move, and calibrate the device, as well as to query device information.
Simply copy the [open_micro_stage_api.py](software/PythonAPI/open_micro_stage_api.py) file into your project, and youre ready to get started.