src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html

branch
mpy_network
changeset 9840
d41ee69fa69b
parent 9765
6378da868bb0
child 9927
fa258d559f01
equal deleted inserted replaced
9839:fc60e382b67a 9840:d41ee69fa69b
31 31
32 <tr> 32 <tr>
33 <td><a href="#createDevice">createDevice</a></td> 33 <td><a href="#createDevice">createDevice</a></td>
34 <td>Function to instantiate a MicroPython device object.</td> 34 <td>Function to instantiate a MicroPython device object.</td>
35 </tr> 35 </tr>
36 <tr>
37 <td><a href="#showTeensyFlashInstructions">showTeensyFlashInstructions</a></td>
38 <td>Slot to show a message box with instruction to flash the Teensy.</td>
39 </tr>
40 <tr>
41 <td><a href="#startTeensyLoader">startTeensyLoader</a></td>
42 <td>Slot to start the 'Teensy Loader' application.</td>
43 </tr>
36 </table> 44 </table>
37 <hr /> 45 <hr />
38 <hr /> 46 <hr />
39 <a NAME="TeensyDevice" ID="TeensyDevice"></a> 47 <a NAME="TeensyDevice" ID="TeensyDevice"></a>
40 <h2>TeensyDevice</h2> 48 <h2>TeensyDevice</h2>
66 <td><a href="#TeensyDevice.__createTeensyMenu">__createTeensyMenu</a></td> 74 <td><a href="#TeensyDevice.__createTeensyMenu">__createTeensyMenu</a></td>
67 <td>Private method to create the microbit submenu.</td> 75 <td>Private method to create the microbit submenu.</td>
68 </tr> 76 </tr>
69 <tr> 77 <tr>
70 <td><a href="#TeensyDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> 78 <td><a href="#TeensyDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td>
71 <td>Private method handling the response of the latest version request.</td> 79 <td>Private slot handling the response of the latest version request.</td>
72 </tr> 80 </tr>
73 <tr> 81 <tr>
74 <td><a href="#TeensyDevice.__showFirmwareVersions">__showFirmwareVersions</a></td> 82 <td><a href="#TeensyDevice.__showFirmwareVersions">__showFirmwareVersions</a></td>
75 <td>Private slot to show the firmware version of the connected device and the available firmware version.</td> 83 <td>Private slot to show the firmware version of the connected device and the available firmware version.</td>
76 </tr>
77 <tr>
78 <td><a href="#TeensyDevice.__showFlashInstructions">__showFlashInstructions</a></td>
79 <td>Private method to show a message box with instruction to flash the Teensy.</td>
80 </tr>
81 <tr>
82 <td><a href="#TeensyDevice.__startTeensyLoader">__startTeensyLoader</a></td>
83 <td>Private method to start the 'Teensy Loader' application.</td>
84 </tr> 84 </tr>
85 <tr> 85 <tr>
86 <td><a href="#TeensyDevice._getSetTimeCode">_getSetTimeCode</a></td> 86 <td><a href="#TeensyDevice._getSetTimeCode">_getSetTimeCode</a></td>
87 <td>Protected method to get the device code to set the time.</td> 87 <td>Protected method to get the device code to set the time.</td>
88 </tr> 88 </tr>
169 <a NAME="TeensyDevice.__firmwareVersionResponse" ID="TeensyDevice.__firmwareVersionResponse"></a> 169 <a NAME="TeensyDevice.__firmwareVersionResponse" ID="TeensyDevice.__firmwareVersionResponse"></a>
170 <h4>TeensyDevice.__firmwareVersionResponse</h4> 170 <h4>TeensyDevice.__firmwareVersionResponse</h4>
171 <b>__firmwareVersionResponse</b>(<i>reply</i>) 171 <b>__firmwareVersionResponse</b>(<i>reply</i>)
172 172
173 <p> 173 <p>
174 Private method handling the response of the latest version request. 174 Private slot handling the response of the latest version request.
175 </p> 175 </p>
176 <dl> 176 <dl>
177 177
178 <dt><i>reply</i> (QNetworkReply)</dt> 178 <dt><i>reply</i> (QNetworkReply)</dt>
179 <dd> 179 <dd>
186 186
187 <p> 187 <p>
188 Private slot to show the firmware version of the connected device and the 188 Private slot to show the firmware version of the connected device and the
189 available firmware version. 189 available firmware version.
190 </p> 190 </p>
191 <a NAME="TeensyDevice.__showFlashInstructions" ID="TeensyDevice.__showFlashInstructions"></a>
192 <h4>TeensyDevice.__showFlashInstructions</h4>
193 <b>__showFlashInstructions</b>(<i></i>)
194
195 <p>
196 Private method to show a message box with instruction to flash the Teensy.
197 </p>
198 <a NAME="TeensyDevice.__startTeensyLoader" ID="TeensyDevice.__startTeensyLoader"></a>
199 <h4>TeensyDevice.__startTeensyLoader</h4>
200 <b>__startTeensyLoader</b>(<i></i>)
201
202 <p>
203 Private method to start the 'Teensy Loader' application.
204 </p>
205 <p>
206 Note: The application must be accessible via the application search path.
207 </p>
208 <a NAME="TeensyDevice._getSetTimeCode" ID="TeensyDevice._getSetTimeCode"></a> 191 <a NAME="TeensyDevice._getSetTimeCode" ID="TeensyDevice._getSetTimeCode"></a>
209 <h4>TeensyDevice._getSetTimeCode</h4> 192 <h4>TeensyDevice._getSetTimeCode</h4>
210 <b>_getSetTimeCode</b>(<i></i>) 193 <b>_getSetTimeCode</b>(<i></i>)
211 194
212 <p> 195 <p>
469 PyBoardDevice 452 PyBoardDevice
470 </dd> 453 </dd>
471 </dl> 454 </dl>
472 <div align="right"><a href="#top">Up</a></div> 455 <div align="right"><a href="#top">Up</a></div>
473 <hr /> 456 <hr />
457 <hr />
458 <a NAME="showTeensyFlashInstructions" ID="showTeensyFlashInstructions"></a>
459 <h2>showTeensyFlashInstructions</h2>
460 <b>showTeensyFlashInstructions</b>(<i></i>)
461
462 <p>
463 Slot to show a message box with instruction to flash the Teensy.
464 </p>
465 <div align="right"><a href="#top">Up</a></div>
466 <hr />
467 <hr />
468 <a NAME="startTeensyLoader" ID="startTeensyLoader"></a>
469 <h2>startTeensyLoader</h2>
470 <b>startTeensyLoader</b>(<i></i>)
471
472 <p>
473 Slot to start the 'Teensy Loader' application.
474 </p>
475 <p>
476 Note: The application must be accessible via the application search path.
477 </p>
478 <div align="right"><a href="#top">Up</a></div>
479 <hr />
474 </body></html> 480 </body></html>

eric ide

mercurial