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.