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