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

Sun, 12 Sep 2021 20:22:27 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 12 Sep 2021 20:22:27 +0200
branch
eric7
changeset 8596
d64760b2da50
parent 8372
e0227a7c850e
child 8928
d856023fbeb0
permissions
-rw-r--r--

Documentation Generator: streamlined the code to use an external style sheet file.

<!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.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>

eric ide

mercurial