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

branch
eric7
changeset 9927
fa258d559f01
parent 9840
d41ee69fa69b
child 10479
856476537696
diff -r 6222ddc7e1bd -r fa258d559f01 src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html	Mon Mar 20 16:22:56 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html	Tue Mar 21 11:23:42 2023 +0100
@@ -79,6 +79,10 @@
 <td>Private slot handling the response of the latest version request.</td>
 </tr>
 <tr>
+<td><a href="#TeensyDevice.__resetDevice">__resetDevice</a></td>
+<td>Private slot to reset the connected device.</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>
@@ -180,6 +184,13 @@
 reference to the reply object
 </dd>
 </dl>
+<a NAME="TeensyDevice.__resetDevice" ID="TeensyDevice.__resetDevice"></a>
+<h4>TeensyDevice.__resetDevice</h4>
+<b>__resetDevice</b>(<i></i>)
+
+<p>
+        Private slot to reset the connected device.
+</p>
 <a NAME="TeensyDevice.__showFirmwareVersions" ID="TeensyDevice.__showFirmwareVersions"></a>
 <h4>TeensyDevice.__showFirmwareVersions</h4>
 <b>__showFirmwareVersions</b>(<i></i>)

eric ide

mercurial