77 <td>Private slot to cross compile the current editor to a .mpy file.</td> |
77 <td>Private slot to cross compile the current editor to a .mpy file.</td> |
78 </tr><tr> |
78 </tr><tr> |
79 <td><a href="#MicroPythonWidget.__compileFile2Mpy">__compileFile2Mpy</a></td> |
79 <td><a href="#MicroPythonWidget.__compileFile2Mpy">__compileFile2Mpy</a></td> |
80 <td>Private slot to cross compile a Python file (*.py) to a .mpy file.</td> |
80 <td>Private slot to cross compile a Python file (*.py) to a .mpy file.</td> |
81 </tr><tr> |
81 </tr><tr> |
|
82 <td><a href="#MicroPythonWidget.__configure">__configure</a></td> |
|
83 <td>Private slot to open the MicroPython configuration page.</td> |
|
84 </tr><tr> |
82 <td><a href="#MicroPythonWidget.__connectToDevice">__connectToDevice</a></td> |
85 <td><a href="#MicroPythonWidget.__connectToDevice">__connectToDevice</a></td> |
83 <td>Private method to connect to the selected device.</td> |
86 <td>Private method to connect to the selected device.</td> |
84 </tr><tr> |
87 </tr><tr> |
85 <td><a href="#MicroPythonWidget.__crossCompile">__crossCompile</a></td> |
88 <td><a href="#MicroPythonWidget.__crossCompile">__crossCompile</a></td> |
86 <td>Private method to cross compile a Python file to a .mpy file.</td> |
89 <td>Private method to cross compile a Python file to a .mpy file.</td> |
121 <td><a href="#MicroPythonWidget.__showDeviceTime">__showDeviceTime</a></td> |
124 <td><a href="#MicroPythonWidget.__showDeviceTime">__showDeviceTime</a></td> |
122 <td>Private slot to show the date and time of the connected device.</td> |
125 <td>Private slot to show the date and time of the connected device.</td> |
123 </tr><tr> |
126 </tr><tr> |
124 <td><a href="#MicroPythonWidget.__showDeviceVersion">__showDeviceVersion</a></td> |
127 <td><a href="#MicroPythonWidget.__showDeviceVersion">__showDeviceVersion</a></td> |
125 <td>Private slot to show some version info about MicroPython of the device.</td> |
128 <td>Private slot to show some version info about MicroPython of the device.</td> |
|
129 </tr><tr> |
|
130 <td><a href="#MicroPythonWidget.__showDocumentation">__showDocumentation</a></td> |
|
131 <td>Private slot to open the documentation URL for the selected device.</td> |
126 </tr><tr> |
132 </tr><tr> |
127 <td><a href="#MicroPythonWidget.__showError">__showError</a></td> |
133 <td><a href="#MicroPythonWidget.__showError">__showError</a></td> |
128 <td>Private method to show some error message.</td> |
134 <td>Private method to show some error message.</td> |
129 </tr><tr> |
135 </tr><tr> |
130 <td><a href="#MicroPythonWidget.__showImplementation">__showImplementation</a></td> |
136 <td><a href="#MicroPythonWidget.__showImplementation">__showImplementation</a></td> |
223 </p><a NAME="MicroPythonWidget.__compileFile2Mpy" ID="MicroPythonWidget.__compileFile2Mpy"></a> |
229 </p><a NAME="MicroPythonWidget.__compileFile2Mpy" ID="MicroPythonWidget.__compileFile2Mpy"></a> |
224 <h4>MicroPythonWidget.__compileFile2Mpy</h4> |
230 <h4>MicroPythonWidget.__compileFile2Mpy</h4> |
225 <b>__compileFile2Mpy</b>(<i></i>) |
231 <b>__compileFile2Mpy</b>(<i></i>) |
226 <p> |
232 <p> |
227 Private slot to cross compile a Python file (*.py) to a .mpy file. |
233 Private slot to cross compile a Python file (*.py) to a .mpy file. |
|
234 </p><a NAME="MicroPythonWidget.__configure" ID="MicroPythonWidget.__configure"></a> |
|
235 <h4>MicroPythonWidget.__configure</h4> |
|
236 <b>__configure</b>(<i></i>) |
|
237 <p> |
|
238 Private slot to open the MicroPython configuration page. |
228 </p><a NAME="MicroPythonWidget.__connectToDevice" ID="MicroPythonWidget.__connectToDevice"></a> |
239 </p><a NAME="MicroPythonWidget.__connectToDevice" ID="MicroPythonWidget.__connectToDevice"></a> |
229 <h4>MicroPythonWidget.__connectToDevice</h4> |
240 <h4>MicroPythonWidget.__connectToDevice</h4> |
230 <b>__connectToDevice</b>(<i></i>) |
241 <b>__connectToDevice</b>(<i></i>) |
231 <p> |
242 <p> |
232 Private method to connect to the selected device. |
243 Private method to connect to the selected device. |
407 </p><a NAME="MicroPythonWidget.__showDeviceVersion" ID="MicroPythonWidget.__showDeviceVersion"></a> |
418 </p><a NAME="MicroPythonWidget.__showDeviceVersion" ID="MicroPythonWidget.__showDeviceVersion"></a> |
408 <h4>MicroPythonWidget.__showDeviceVersion</h4> |
419 <h4>MicroPythonWidget.__showDeviceVersion</h4> |
409 <b>__showDeviceVersion</b>(<i></i>) |
420 <b>__showDeviceVersion</b>(<i></i>) |
410 <p> |
421 <p> |
411 Private slot to show some version info about MicroPython of the device. |
422 Private slot to show some version info about MicroPython of the device. |
|
423 </p><a NAME="MicroPythonWidget.__showDocumentation" ID="MicroPythonWidget.__showDocumentation"></a> |
|
424 <h4>MicroPythonWidget.__showDocumentation</h4> |
|
425 <b>__showDocumentation</b>(<i></i>) |
|
426 <p> |
|
427 Private slot to open the documentation URL for the selected device. |
412 </p><a NAME="MicroPythonWidget.__showError" ID="MicroPythonWidget.__showError"></a> |
428 </p><a NAME="MicroPythonWidget.__showError" ID="MicroPythonWidget.__showError"></a> |
413 <h4>MicroPythonWidget.__showError</h4> |
429 <h4>MicroPythonWidget.__showError</h4> |
414 <b>__showError</b>(<i>method, error</i>) |
430 <b>__showError</b>(<i>method, error</i>) |
415 <p> |
431 <p> |
416 Private method to show some error message. |
432 Private method to show some error message. |