21 from .MicroPythonSerialPort import MicroPythonSerialPort |
21 from .MicroPythonSerialPort import MicroPythonSerialPort |
22 |
22 |
23 import Preferences |
23 import Preferences |
24 |
24 |
25 |
25 |
26 # TODO: change code sent to the boards to functions and retrieve them using |
|
27 # inspect.getsource() or inspect.getsourcelines() |
|
28 class MicroPythonCommandsInterface(QObject): |
26 class MicroPythonCommandsInterface(QObject): |
29 """ |
27 """ |
30 Class implementing some file system commands for MicroPython. |
28 Class implementing some file system commands for MicroPython. |
31 |
29 |
32 Commands are provided to perform operations on the file system of a |
30 Commands are provided to perform operations on the file system of a |