94 <tr> |
94 <tr> |
95 <td><a href="#MicroPythonWidget.__connectToDevice">__connectToDevice</a></td> |
95 <td><a href="#MicroPythonWidget.__connectToDevice">__connectToDevice</a></td> |
96 <td>Private method to connect to the selected device.</td> |
96 <td>Private method to connect to the selected device.</td> |
97 </tr> |
97 </tr> |
98 <tr> |
98 <tr> |
|
99 <td><a href="#MicroPythonWidget.__convertToUF2">__convertToUF2</a></td> |
|
100 <td>Private slot to convert a non-UF2 MicroPython firmware file to UF2.</td> |
|
101 </tr> |
|
102 <tr> |
99 <td><a href="#MicroPythonWidget.__crossCompile">__crossCompile</a></td> |
103 <td><a href="#MicroPythonWidget.__crossCompile">__crossCompile</a></td> |
100 <td>Private method to cross compile a Python file to a .mpy file.</td> |
104 <td>Private method to cross compile a Python file to a .mpy file.</td> |
101 </tr> |
105 </tr> |
102 <tr> |
106 <tr> |
103 <td><a href="#MicroPythonWidget.__disconnectFromDevice">__disconnectFromDevice</a></td> |
107 <td><a href="#MicroPythonWidget.__disconnectFromDevice">__disconnectFromDevice</a></td> |
382 <dd> |
386 <dd> |
383 flag indicating to start the repl and file manager |
387 flag indicating to start the repl and file manager |
384 automatically |
388 automatically |
385 </dd> |
389 </dd> |
386 </dl> |
390 </dl> |
|
391 <a NAME="MicroPythonWidget.__convertToUF2" ID="MicroPythonWidget.__convertToUF2"></a> |
|
392 <h4>MicroPythonWidget.__convertToUF2</h4> |
|
393 <b>__convertToUF2</b>(<i></i>) |
|
394 |
|
395 <p> |
|
396 Private slot to convert a non-UF2 MicroPython firmware file to UF2. |
|
397 </p> |
387 <a NAME="MicroPythonWidget.__crossCompile" ID="MicroPythonWidget.__crossCompile"></a> |
398 <a NAME="MicroPythonWidget.__crossCompile" ID="MicroPythonWidget.__crossCompile"></a> |
388 <h4>MicroPythonWidget.__crossCompile</h4> |
399 <h4>MicroPythonWidget.__crossCompile</h4> |
389 <b>__crossCompile</b>(<i>pythonFile="", title=""</i>) |
400 <b>__crossCompile</b>(<i>pythonFile="", title=""</i>) |
390 |
401 |
391 <p> |
402 <p> |