Thu, 04 Jan 2024 18:02:25 +0100
Fine tuned the source code documentation template and regenerated the source code documentation.
<!DOCTYPE html> <html><head> <title>eric7.MicroPython</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>eric7.MicroPython</h1> <p> Package implementing an interface to MicroPython devices like esp32. </p> <h3>Packages</h3> <table> <tr> <td><a href="index-eric7.MicroPython.BluetoothDialogs.html">BluetoothDialogs</a></td> <td>Package implementing Bluetooth related dialogs.</td> </tr> <tr> <td><a href="index-eric7.MicroPython.Devices.html">Devices</a></td> <td>Package containing the device interface modules and device specific dialogs.</td> </tr> <tr> <td><a href="index-eric7.MicroPython.EthernetDialogs.html">EthernetDialogs</a></td> <td>Package implementing Ethernet related dialogs.</td> </tr> <tr> <td><a href="index-eric7.MicroPython.Tools.html">Tools</a></td> <td>Package implementing some MicroPython related tools.</td> </tr> <tr> <td><a href="index-eric7.MicroPython.WifiDialogs.html">WifiDialogs</a></td> <td>Package implementing WiFi related dialogs.</td> </tr> </table> <h3>Modules</h3> <table> <tr> <td><a href="eric7.MicroPython.AddEditDevicesDialog.html">AddEditDevicesDialog</a></td> <td>Module implementing a dialog to add or edit data of unknown MicroPython devices.</td> </tr> <tr> <td><a href="eric7.MicroPython.BoardDataDialog.html">BoardDataDialog</a></td> <td>Module implementing a dialog to show information about a connected board.</td> </tr> <tr> <td><a href="eric7.MicroPython.ConnectionSelectionDialog.html">ConnectionSelectionDialog</a></td> <td>Module implementing a dialog to select the port to connect to and the type of the attached device.</td> </tr> <tr> <td><a href="eric7.MicroPython.ConvertToUF2Dialog.html">ConvertToUF2Dialog</a></td> <td>Module implementing a dialog to convert a .hex or .bin firmware file to .uf2.</td> </tr> <tr> <td><a href="eric7.MicroPython.IgnoredDevicesDialog.html">IgnoredDevicesDialog</a></td> <td>Module implementing a dialog to manage the list of ignored serial devices.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonDeviceInterface.html">MicroPythonDeviceInterface</a></td> <td>Module implementing an interface base class to talk to a connected MicroPython device.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonFileManager.html">MicroPythonFileManager</a></td> <td>Module implementing some file system commands for MicroPython.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonFileManagerWidget.html">MicroPythonFileManagerWidget</a></td> <td>Module implementing a file manager for MicroPython devices.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonFileSystemUtilities.html">MicroPythonFileSystemUtilities</a></td> <td>Module implementing some file system utility functions.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonGraphWidget.html">MicroPythonGraphWidget</a></td> <td>Module implementing the MicroPython graph widget.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonProgressInfoDialog.html">MicroPythonProgressInfoDialog</a></td> <td>Module implementing a dialog to show progress messages.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonReplWidget.html">MicroPythonReplWidget</a></td> <td>Module implementing the MicroPython REPL widget.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonSerialDeviceInterface.html">MicroPythonSerialDeviceInterface</a></td> <td>Module implementing an interface to talk to a connected MicroPython device via a serial link.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonSerialPort.html">MicroPythonSerialPort</a></td> <td>Module implementing a QSerialPort with additional functionality for MicroPython devices.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonWebreplConnectionDialog.html">MicroPythonWebreplConnectionDialog</a></td> <td>Module implementing a dialog to enter the WebREPL connection parameters.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonWebreplDeviceInterface.html">MicroPythonWebreplDeviceInterface</a></td> <td>Module implementing an interface to talk to a connected MicroPython device via a webrepl connection.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonWebreplParametersDialog.html">MicroPythonWebreplParametersDialog</a></td> <td>Module implementing a dialog to enter the parameters for the WebREPL server.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonWebreplSocket.html">MicroPythonWebreplSocket</a></td> <td>Module implementing a websocket class to be connect to the MicroPython webrepl interface.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonWebreplUrlAddEditDialog.html">MicroPythonWebreplUrlAddEditDialog</a></td> <td>Module implementing a dialog to edit the parameters for a WebREPL connection.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonWebreplUrlsConfigDialog.html">MicroPythonWebreplUrlsConfigDialog</a></td> <td>Module implementing a dialog to edit the list of configured WebREPL URLs.</td> </tr> <tr> <td><a href="eric7.MicroPython.MicroPythonWidget.html">MicroPythonWidget</a></td> <td>Module implementing the MicroPython REPL widget.</td> </tr> <tr> <td><a href="eric7.MicroPython.MipLocalInstaller.html">MipLocalInstaller</a></td> <td>Module implementing a MicroPython package installer for devices missing the onboard 'mip' package.</td> </tr> <tr> <td><a href="eric7.MicroPython.MipPackageDialog.html">MipPackageDialog</a></td> <td>Module implementing a dialog to enter the package data for 'mip'.</td> </tr> <tr> <td><a href="eric7.MicroPython.NtpParametersDialog.html">NtpParametersDialog</a></td> <td>Module implementing a dialog to enter the NTP parameters.</td> </tr> <tr> <td><a href="eric7.MicroPython.ShowModulesDialog.html">ShowModulesDialog</a></td> <td>Module implementing a dialog to show the available modules of all bundles.</td> </tr> <tr> <td><a href="eric7.MicroPython.UF2FlashDialog.html">UF2FlashDialog</a></td> <td>Module implementing a dialog to flash any UF2 capable device.</td> </tr> <tr> <td><a href="eric7.MicroPython.UnknownDevicesDialog.html">UnknownDevicesDialog</a></td> <td>Module implementing a dialog to manage the list of unknown devices.</td> </tr> </table> </body></html>