src/eric7/Documentation/Source/index-eric7.MicroPython.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8928
d856023fbeb0
child 9740
90072e10ae9b
diff -r 3fc8dfeb6ebe -r b99e7fd55fd3 src/eric7/Documentation/Source/index-eric7.MicroPython.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/index-eric7.MicroPython.html	Thu Jul 07 11:23:56 2022 +0200
@@ -0,0 +1,111 @@
+<!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>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.CircuitPythonDevices.html">CircuitPythonDevices</a></td>
+<td>Module implementing the device interface class for CircuitPython boards.</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.EspBackupRestoreFirmwareDialog.html">EspBackupRestoreFirmwareDialog</a></td>
+<td>Module implementing a dialog to select the ESP chip type and the backup and restore parameters.</td>
+</tr>
+<tr>
+<td><a href="eric7.MicroPython.EspDevices.html">EspDevices</a></td>
+<td>Module implementing the device interface class for ESP32 and ESP8266 based boards.</td>
+</tr>
+<tr>
+<td><a href="eric7.MicroPython.EspFirmwareSelectionDialog.html">EspFirmwareSelectionDialog</a></td>
+<td>Module implementing a dialog to select the ESP chip type and the firmware to be flashed.</td>
+</tr>
+<tr>
+<td><a href="eric7.MicroPython.GenericMicroPythonDevices.html">GenericMicroPythonDevices</a></td>
+<td>Module implementing the device interface class for generic MicroPython devices (i.e.</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.MicroPythonCommandsInterface.html">MicroPythonCommandsInterface</a></td>
+<td>Module implementing some file system commands for MicroPython.</td>
+</tr>
+<tr>
+<td><a href="eric7.MicroPython.MicroPythonDevices.html">MicroPythonDevices</a></td>
+<td>Module implementing some utility functions and the MicroPythonDevice base class.</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.MicroPythonSerialPort.html">MicroPythonSerialPort</a></td>
+<td>Module implementing a QSerialPort with additional functionality for MicroPython devices.</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.MicrobitDevices.html">MicrobitDevices</a></td>
+<td>Module implementing the device interface class for BBC micro:bit and Calliope mini boards.</td>
+</tr>
+<tr>
+<td><a href="eric7.MicroPython.PyBoardDevices.html">PyBoardDevices</a></td>
+<td>Module implementing the device interface class for PyBoard boards.</td>
+</tr>
+<tr>
+<td><a href="eric7.MicroPython.RP2040Devices.html">RP2040Devices</a></td>
+<td>Module implementing the device interface class for RP2040 based boards (e.g.</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>
\ No newline at end of file

eric ide

mercurial