77 <tr> |
77 <tr> |
78 <td><a href="#PyBoardDevice.__findWorkspace">__findWorkspace</a></td> |
78 <td><a href="#PyBoardDevice.__findWorkspace">__findWorkspace</a></td> |
79 <td>Private method to find the workspace directory.</td> |
79 <td>Private method to find the workspace directory.</td> |
80 </tr> |
80 </tr> |
81 <tr> |
81 <tr> |
|
82 <td><a href="#PyBoardDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> |
|
83 <td>Private method handling the response of the latest version request.</td> |
|
84 </tr> |
|
85 <tr> |
82 <td><a href="#PyBoardDevice.__flashMicroPython">__flashMicroPython</a></td> |
86 <td><a href="#PyBoardDevice.__flashMicroPython">__flashMicroPython</a></td> |
83 <td>Private slot to flash a MicroPython firmware.</td> |
87 <td>Private slot to flash a MicroPython firmware.</td> |
84 </tr> |
88 </tr> |
85 <tr> |
89 <tr> |
86 <td><a href="#PyBoardDevice.__listDfuCapableDevices">__listDfuCapableDevices</a></td> |
90 <td><a href="#PyBoardDevice.__listDfuCapableDevices">__listDfuCapableDevices</a></td> |
91 <td>Private method to show some instructions to disable the DFU mode.</td> |
95 <td>Private method to show some instructions to disable the DFU mode.</td> |
92 </tr> |
96 </tr> |
93 <tr> |
97 <tr> |
94 <td><a href="#PyBoardDevice.__showDfuEnableInstructions">__showDfuEnableInstructions</a></td> |
98 <td><a href="#PyBoardDevice.__showDfuEnableInstructions">__showDfuEnableInstructions</a></td> |
95 <td>Private method to show some instructions to enable the DFU mode.</td> |
99 <td>Private method to show some instructions to enable the DFU mode.</td> |
|
100 </tr> |
|
101 <tr> |
|
102 <td><a href="#PyBoardDevice.__showFirmwareVersions">__showFirmwareVersions</a></td> |
|
103 <td>Private slot to show the firmware version of the connected device and the available firmware version.</td> |
96 </tr> |
104 </tr> |
97 <tr> |
105 <tr> |
98 <td><a href="#PyBoardDevice.__showFlashInstructions">__showFlashInstructions</a></td> |
106 <td><a href="#PyBoardDevice.__showFlashInstructions">__showFlashInstructions</a></td> |
99 <td>Private slot to open the URL containing instructions for installing MicroPython on the pyboard.</td> |
107 <td>Private slot to open the URL containing instructions for installing MicroPython on the pyboard.</td> |
100 </tr> |
108 </tr> |
252 <dt>Return Type:</dt> |
260 <dt>Return Type:</dt> |
253 <dd> |
261 <dd> |
254 str |
262 str |
255 </dd> |
263 </dd> |
256 </dl> |
264 </dl> |
|
265 <a NAME="PyBoardDevice.__firmwareVersionResponse" ID="PyBoardDevice.__firmwareVersionResponse"></a> |
|
266 <h4>PyBoardDevice.__firmwareVersionResponse</h4> |
|
267 <b>__firmwareVersionResponse</b>(<i>reply, implementation</i>) |
|
268 |
|
269 <p> |
|
270 Private method handling the response of the latest version request. |
|
271 </p> |
|
272 <dl> |
|
273 |
|
274 <dt><i>reply</i> (QNetworkReply)</dt> |
|
275 <dd> |
|
276 reference to the reply object |
|
277 </dd> |
|
278 <dt><i>implementation</i> (dict)</dt> |
|
279 <dd> |
|
280 dictionary containing the implementation data of the |
|
281 connected device |
|
282 </dd> |
|
283 </dl> |
257 <a NAME="PyBoardDevice.__flashMicroPython" ID="PyBoardDevice.__flashMicroPython"></a> |
284 <a NAME="PyBoardDevice.__flashMicroPython" ID="PyBoardDevice.__flashMicroPython"></a> |
258 <h4>PyBoardDevice.__flashMicroPython</h4> |
285 <h4>PyBoardDevice.__flashMicroPython</h4> |
259 <b>__flashMicroPython</b>(<i></i>) |
286 <b>__flashMicroPython</b>(<i></i>) |
260 |
287 |
261 <p> |
288 <p> |
299 <dt>Return Type:</dt> |
326 <dt>Return Type:</dt> |
300 <dd> |
327 <dd> |
301 bool |
328 bool |
302 </dd> |
329 </dd> |
303 </dl> |
330 </dl> |
|
331 <a NAME="PyBoardDevice.__showFirmwareVersions" ID="PyBoardDevice.__showFirmwareVersions"></a> |
|
332 <h4>PyBoardDevice.__showFirmwareVersions</h4> |
|
333 <b>__showFirmwareVersions</b>(<i></i>) |
|
334 |
|
335 <p> |
|
336 Private slot to show the firmware version of the connected device and the |
|
337 available firmware version. |
|
338 </p> |
304 <a NAME="PyBoardDevice.__showFlashInstructions" ID="PyBoardDevice.__showFlashInstructions"></a> |
339 <a NAME="PyBoardDevice.__showFlashInstructions" ID="PyBoardDevice.__showFlashInstructions"></a> |
305 <h4>PyBoardDevice.__showFlashInstructions</h4> |
340 <h4>PyBoardDevice.__showFlashInstructions</h4> |
306 <b>__showFlashInstructions</b>(<i></i>) |
341 <b>__showFlashInstructions</b>(<i></i>) |
307 |
342 |
308 <p> |
343 <p> |