63 <td><a href="#RP2040Device.__init__">RP2040Device</a></td> |
63 <td><a href="#RP2040Device.__init__">RP2040Device</a></td> |
64 <td>Constructor</td> |
64 <td>Constructor</td> |
65 </tr> |
65 </tr> |
66 <tr> |
66 <tr> |
67 <td><a href="#RP2040Device.__activateBootloader">__activateBootloader</a></td> |
67 <td><a href="#RP2040Device.__activateBootloader">__activateBootloader</a></td> |
68 <td>Private method to switch the board into 'bootloader' mode.</td> |
68 <td>Private slot to switch the board into 'bootloader' mode.</td> |
69 </tr> |
69 </tr> |
70 <tr> |
70 <tr> |
71 <td><a href="#RP2040Device.__createRP2040Menu">__createRP2040Menu</a></td> |
71 <td><a href="#RP2040Device.__createRP2040Menu">__createRP2040Menu</a></td> |
72 <td>Private method to create the RO2040 submenu.</td> |
72 <td>Private method to create the RO2040 submenu.</td> |
73 </tr> |
73 </tr> |
74 <tr> |
74 <tr> |
75 <td><a href="#RP2040Device.__firmwareVersionResponse">__firmwareVersionResponse</a></td> |
75 <td><a href="#RP2040Device.__firmwareVersionResponse">__firmwareVersionResponse</a></td> |
76 <td>Private method handling the response of the latest version request.</td> |
76 <td>Private slot handling the response of the latest version request.</td> |
77 </tr> |
77 </tr> |
78 <tr> |
78 <tr> |
79 <td><a href="#RP2040Device.__flashPython">__flashPython</a></td> |
79 <td><a href="#RP2040Device.__flashPython">__flashPython</a></td> |
80 <td>Private slot to flash a MicroPython firmware to the device.</td> |
80 <td>Private slot to flash a MicroPython firmware to the device.</td> |
|
81 </tr> |
|
82 <tr> |
|
83 <td><a href="#RP2040Device.__resetDevice">__resetDevice</a></td> |
|
84 <td>Private slot to reset the connected device.</td> |
81 </tr> |
85 </tr> |
82 <tr> |
86 <tr> |
83 <td><a href="#RP2040Device.__setCountry">__setCountry</a></td> |
87 <td><a href="#RP2040Device.__setCountry">__setCountry</a></td> |
84 <td>Private slot to configure the country of the connected RP2040 device.</td> |
88 <td>Private slot to configure the country of the connected RP2040 device.</td> |
85 </tr> |
89 </tr> |
223 <a NAME="RP2040Device.__activateBootloader" ID="RP2040Device.__activateBootloader"></a> |
227 <a NAME="RP2040Device.__activateBootloader" ID="RP2040Device.__activateBootloader"></a> |
224 <h4>RP2040Device.__activateBootloader</h4> |
228 <h4>RP2040Device.__activateBootloader</h4> |
225 <b>__activateBootloader</b>(<i></i>) |
229 <b>__activateBootloader</b>(<i></i>) |
226 |
230 |
227 <p> |
231 <p> |
228 Private method to switch the board into 'bootloader' mode. |
232 Private slot to switch the board into 'bootloader' mode. |
229 </p> |
233 </p> |
230 <a NAME="RP2040Device.__createRP2040Menu" ID="RP2040Device.__createRP2040Menu"></a> |
234 <a NAME="RP2040Device.__createRP2040Menu" ID="RP2040Device.__createRP2040Menu"></a> |
231 <h4>RP2040Device.__createRP2040Menu</h4> |
235 <h4>RP2040Device.__createRP2040Menu</h4> |
232 <b>__createRP2040Menu</b>(<i></i>) |
236 <b>__createRP2040Menu</b>(<i></i>) |
233 |
237 |
237 <a NAME="RP2040Device.__firmwareVersionResponse" ID="RP2040Device.__firmwareVersionResponse"></a> |
241 <a NAME="RP2040Device.__firmwareVersionResponse" ID="RP2040Device.__firmwareVersionResponse"></a> |
238 <h4>RP2040Device.__firmwareVersionResponse</h4> |
242 <h4>RP2040Device.__firmwareVersionResponse</h4> |
239 <b>__firmwareVersionResponse</b>(<i>reply</i>) |
243 <b>__firmwareVersionResponse</b>(<i>reply</i>) |
240 |
244 |
241 <p> |
245 <p> |
242 Private method handling the response of the latest version request. |
246 Private slot handling the response of the latest version request. |
243 </p> |
247 </p> |
244 <dl> |
248 <dl> |
245 |
249 |
246 <dt><i>reply</i> (QNetworkReply)</dt> |
250 <dt><i>reply</i> (QNetworkReply)</dt> |
247 <dd> |
251 <dd> |
253 <b>__flashPython</b>(<i></i>) |
257 <b>__flashPython</b>(<i></i>) |
254 |
258 |
255 <p> |
259 <p> |
256 Private slot to flash a MicroPython firmware to the device. |
260 Private slot to flash a MicroPython firmware to the device. |
257 </p> |
261 </p> |
|
262 <a NAME="RP2040Device.__resetDevice" ID="RP2040Device.__resetDevice"></a> |
|
263 <h4>RP2040Device.__resetDevice</h4> |
|
264 <b>__resetDevice</b>(<i></i>) |
|
265 |
|
266 <p> |
|
267 Private slot to reset the connected device. |
|
268 </p> |
258 <a NAME="RP2040Device.__setCountry" ID="RP2040Device.__setCountry"></a> |
269 <a NAME="RP2040Device.__setCountry" ID="RP2040Device.__setCountry"></a> |
259 <h4>RP2040Device.__setCountry</h4> |
270 <h4>RP2040Device.__setCountry</h4> |
260 <b>__setCountry</b>(<i></i>) |
271 <b>__setCountry</b>(<i></i>) |
261 |
272 |
262 <p> |
273 <p> |