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

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
diff -r d6062691d424 -r e0227a7c850e eric7/Documentation/Source/index-eric7.MicroPython.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric7/Documentation/Source/index-eric7.MicroPython.html	Mon May 24 11:19:57 2021 +0200
@@ -0,0 +1,121 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.MicroPython</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</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>
\ No newline at end of file

eric ide

mercurial