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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8928
d856023fbeb0
child 9740
90072e10ae9b
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.MicroPython</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <h1>eric7.MicroPython</h1>
9
10 <p>
11 Package implementing an interface to MicroPython devices like esp32.
12 </p>
13
14
15 <h3>Modules</h3>
16 <table>
17
18 <tr>
19 <td><a href="eric7.MicroPython.AddEditDevicesDialog.html">AddEditDevicesDialog</a></td>
20 <td>Module implementing a dialog to add or edit data of unknown MicroPython devices.</td>
21 </tr>
22 <tr>
23 <td><a href="eric7.MicroPython.BoardDataDialog.html">BoardDataDialog</a></td>
24 <td>Module implementing a dialog to show information about a connected board.</td>
25 </tr>
26 <tr>
27 <td><a href="eric7.MicroPython.CircuitPythonDevices.html">CircuitPythonDevices</a></td>
28 <td>Module implementing the device interface class for CircuitPython boards.</td>
29 </tr>
30 <tr>
31 <td><a href="eric7.MicroPython.ConnectionSelectionDialog.html">ConnectionSelectionDialog</a></td>
32 <td>Module implementing a dialog to select the port to connect to and the type of the attached device.</td>
33 </tr>
34 <tr>
35 <td><a href="eric7.MicroPython.EspBackupRestoreFirmwareDialog.html">EspBackupRestoreFirmwareDialog</a></td>
36 <td>Module implementing a dialog to select the ESP chip type and the backup and restore parameters.</td>
37 </tr>
38 <tr>
39 <td><a href="eric7.MicroPython.EspDevices.html">EspDevices</a></td>
40 <td>Module implementing the device interface class for ESP32 and ESP8266 based boards.</td>
41 </tr>
42 <tr>
43 <td><a href="eric7.MicroPython.EspFirmwareSelectionDialog.html">EspFirmwareSelectionDialog</a></td>
44 <td>Module implementing a dialog to select the ESP chip type and the firmware to be flashed.</td>
45 </tr>
46 <tr>
47 <td><a href="eric7.MicroPython.GenericMicroPythonDevices.html">GenericMicroPythonDevices</a></td>
48 <td>Module implementing the device interface class for generic MicroPython devices (i.e.</td>
49 </tr>
50 <tr>
51 <td><a href="eric7.MicroPython.IgnoredDevicesDialog.html">IgnoredDevicesDialog</a></td>
52 <td>Module implementing a dialog to manage the list of ignored serial devices.</td>
53 </tr>
54 <tr>
55 <td><a href="eric7.MicroPython.MicroPythonCommandsInterface.html">MicroPythonCommandsInterface</a></td>
56 <td>Module implementing some file system commands for MicroPython.</td>
57 </tr>
58 <tr>
59 <td><a href="eric7.MicroPython.MicroPythonDevices.html">MicroPythonDevices</a></td>
60 <td>Module implementing some utility functions and the MicroPythonDevice base class.</td>
61 </tr>
62 <tr>
63 <td><a href="eric7.MicroPython.MicroPythonFileManager.html">MicroPythonFileManager</a></td>
64 <td>Module implementing some file system commands for MicroPython.</td>
65 </tr>
66 <tr>
67 <td><a href="eric7.MicroPython.MicroPythonFileManagerWidget.html">MicroPythonFileManagerWidget</a></td>
68 <td>Module implementing a file manager for MicroPython devices.</td>
69 </tr>
70 <tr>
71 <td><a href="eric7.MicroPython.MicroPythonFileSystemUtilities.html">MicroPythonFileSystemUtilities</a></td>
72 <td>Module implementing some file system utility functions.</td>
73 </tr>
74 <tr>
75 <td><a href="eric7.MicroPython.MicroPythonGraphWidget.html">MicroPythonGraphWidget</a></td>
76 <td>Module implementing the MicroPython graph widget.</td>
77 </tr>
78 <tr>
79 <td><a href="eric7.MicroPython.MicroPythonProgressInfoDialog.html">MicroPythonProgressInfoDialog</a></td>
80 <td>Module implementing a dialog to show progress messages.</td>
81 </tr>
82 <tr>
83 <td><a href="eric7.MicroPython.MicroPythonSerialPort.html">MicroPythonSerialPort</a></td>
84 <td>Module implementing a QSerialPort with additional functionality for MicroPython devices.</td>
85 </tr>
86 <tr>
87 <td><a href="eric7.MicroPython.MicroPythonWidget.html">MicroPythonWidget</a></td>
88 <td>Module implementing the MicroPython REPL widget.</td>
89 </tr>
90 <tr>
91 <td><a href="eric7.MicroPython.MicrobitDevices.html">MicrobitDevices</a></td>
92 <td>Module implementing the device interface class for BBC micro:bit and Calliope mini boards.</td>
93 </tr>
94 <tr>
95 <td><a href="eric7.MicroPython.PyBoardDevices.html">PyBoardDevices</a></td>
96 <td>Module implementing the device interface class for PyBoard boards.</td>
97 </tr>
98 <tr>
99 <td><a href="eric7.MicroPython.RP2040Devices.html">RP2040Devices</a></td>
100 <td>Module implementing the device interface class for RP2040 based boards (e.g.</td>
101 </tr>
102 <tr>
103 <td><a href="eric7.MicroPython.UF2FlashDialog.html">UF2FlashDialog</a></td>
104 <td>Module implementing a dialog to flash any UF2 capable device.</td>
105 </tr>
106 <tr>
107 <td><a href="eric7.MicroPython.UnknownDevicesDialog.html">UnknownDevicesDialog</a></td>
108 <td>Module implementing a dialog to manage the list of unknown devices.</td>
109 </tr>
110 </table>
111 </body></html>

eric ide

mercurial