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

README

parent c046cedb
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<img src="docs/logo.png" width="350"> <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. This project lets you interact with MicroPython devices by having access to an equivalent Python object on your host computer. All of its functions are dynamically generated based on the signatures found in the source code of the MicroPython project.
Sending and receiving Python objects is seamlessly supported, as long as those objects have a string representation. Sending and receiving Python objects is seamlessly supported, as long as those objects have a string representation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment