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

branch
mpy_network
changeset 9840
d41ee69fa69b
parent 9765
6378da868bb0
child 9927
fa258d559f01
diff -r fc60e382b67a -r d41ee69fa69b src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html	Fri Mar 03 11:31:53 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html	Fri Mar 03 11:34:59 2023 +0100
@@ -33,6 +33,14 @@
 <td><a href="#createDevice">createDevice</a></td>
 <td>Function to instantiate a MicroPython device object.</td>
 </tr>
+<tr>
+<td><a href="#showTeensyFlashInstructions">showTeensyFlashInstructions</a></td>
+<td>Slot to show a message box with instruction to flash the Teensy.</td>
+</tr>
+<tr>
+<td><a href="#startTeensyLoader">startTeensyLoader</a></td>
+<td>Slot to start the 'Teensy Loader' application.</td>
+</tr>
 </table>
 <hr />
 <hr />
@@ -68,21 +76,13 @@
 </tr>
 <tr>
 <td><a href="#TeensyDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td>
-<td>Private method handling the response of the latest version request.</td>
+<td>Private slot handling the response of the latest version request.</td>
 </tr>
 <tr>
 <td><a href="#TeensyDevice.__showFirmwareVersions">__showFirmwareVersions</a></td>
 <td>Private slot to show the firmware version of the connected device and the available firmware version.</td>
 </tr>
 <tr>
-<td><a href="#TeensyDevice.__showFlashInstructions">__showFlashInstructions</a></td>
-<td>Private method to show a message box with instruction to flash the Teensy.</td>
-</tr>
-<tr>
-<td><a href="#TeensyDevice.__startTeensyLoader">__startTeensyLoader</a></td>
-<td>Private method to start the 'Teensy Loader' application.</td>
-</tr>
-<tr>
 <td><a href="#TeensyDevice._getSetTimeCode">_getSetTimeCode</a></td>
 <td>Protected method to get the device code to set the time.</td>
 </tr>
@@ -171,7 +171,7 @@
 <b>__firmwareVersionResponse</b>(<i>reply</i>)
 
 <p>
-        Private method handling the response of the latest version request.
+        Private slot handling the response of the latest version request.
 </p>
 <dl>
 
@@ -188,23 +188,6 @@
         Private slot to show the firmware version of the connected device and the
         available firmware version.
 </p>
-<a NAME="TeensyDevice.__showFlashInstructions" ID="TeensyDevice.__showFlashInstructions"></a>
-<h4>TeensyDevice.__showFlashInstructions</h4>
-<b>__showFlashInstructions</b>(<i></i>)
-
-<p>
-        Private method to show a message box with instruction to flash the Teensy.
-</p>
-<a NAME="TeensyDevice.__startTeensyLoader" ID="TeensyDevice.__startTeensyLoader"></a>
-<h4>TeensyDevice.__startTeensyLoader</h4>
-<b>__startTeensyLoader</b>(<i></i>)
-
-<p>
-        Private method to start the 'Teensy Loader' application.
-</p>
-<p>
-        Note: The application must be accessible via the application search path.
-</p>
 <a NAME="TeensyDevice._getSetTimeCode" ID="TeensyDevice._getSetTimeCode"></a>
 <h4>TeensyDevice._getSetTimeCode</h4>
 <b>_getSetTimeCode</b>(<i></i>)
@@ -471,4 +454,27 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
+<hr />
+<a NAME="showTeensyFlashInstructions" ID="showTeensyFlashInstructions"></a>
+<h2>showTeensyFlashInstructions</h2>
+<b>showTeensyFlashInstructions</b>(<i></i>)
+
+<p>
+    Slot to show a message box with instruction to flash the Teensy.
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
+<a NAME="startTeensyLoader" ID="startTeensyLoader"></a>
+<h2>startTeensyLoader</h2>
+<b>startTeensyLoader</b>(<i></i>)
+
+<p>
+    Slot to start the 'Teensy Loader' application.
+</p>
+<p>
+    Note: The application must be accessible via the application search path.
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial