Package implementing an interface to MicroPython devices like esp32.
| Devices | Package containing the device interface modules and device specific dialogs. |
| AddEditDevicesDialog | Module implementing a dialog to add or edit data of unknown MicroPython devices. |
| BoardDataDialog | Module implementing a dialog to show information about a connected board. |
| ConnectionSelectionDialog | Module implementing a dialog to select the port to connect to and the type of the attached device. |
| IgnoredDevicesDialog | Module implementing a dialog to manage the list of ignored serial devices. |
| MicroPythonDeviceInterface | Module implementing some file system commands for MicroPython. |
| MicroPythonFileManager | Module implementing some file system commands for MicroPython. |
| MicroPythonFileManagerWidget | Module implementing a file manager for MicroPython devices. |
| MicroPythonFileSystemUtilities | Module implementing some file system utility functions. |
| MicroPythonGraphWidget | Module implementing the MicroPython graph widget. |
| MicroPythonProgressInfoDialog | Module implementing a dialog to show progress messages. |
| MicroPythonSerialPort | Module implementing a QSerialPort with additional functionality for MicroPython devices. |
| MicroPythonWidget | Module implementing the MicroPython REPL widget. |
| ShowModulesDialog | Module implementing a dialog to show the available modules of all bundles. |
| UF2FlashDialog | Module implementing a dialog to flash any UF2 capable device. |
| UnknownDevicesDialog | Module implementing a dialog to manage the list of unknown devices. |