Skip to content
Snippets Groups Projects
Commit 22183a53 authored by Quentin Bolsee's avatar Quentin Bolsee
Browse files

resize images

parent e1e82abe
Branches
No related tags found
No related merge requests found
# Python <-> MicroPython bridge
![](docs/logo.png)
<img src="docs/logo.png" width="350">
This project lets you interact with MicroPython devices by directly having access to an equivalent Python object on your host computer. All functions are dynamically generated based on the signatures found in the source code of the MicroPython project.
......@@ -114,7 +114,7 @@ The object is automatically updated after each upload. By default, functions are
To evaluate the speed of the transmission back and forth, a simple round-trip time estimation was performed between an rp2040 and a typical laptop. The result show an average of ~3.4ms per function call in the most basic scenario:
![](docs/rtt.png)
<img src="docs/rtt.png" width="600">
## License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment