eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html

changeset 8124
98b57e2f731a
parent 8098
36d5f6786a9f
diff -r b93ae18a4395 -r 98b57e2f731a eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html
--- a/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html	Sat Feb 20 14:39:55 2021 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html	Sat Feb 20 14:41:47 2021 +0100
@@ -73,6 +73,10 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#PyBoardDevice.__activateBootloader">__activateBootloader</a></td>
+<td>Private slot to activate the bootloader and disconnect.</td>
+</tr>
+<tr>
 <td><a href="#PyBoardDevice.__deviceVolumeMounted">__deviceVolumeMounted</a></td>
 <td>Private method to check, if the device volume is mounted.</td>
 </tr>
@@ -169,7 +173,7 @@
 
 <a NAME="PyBoardDevice.__init__" ID="PyBoardDevice.__init__"></a>
 <h4>PyBoardDevice (Constructor)</h4>
-<b>PyBoardDevice</b>(<i>microPythonWidget, parent=None</i>)
+<b>PyBoardDevice</b>(<i>microPythonWidget, deviceType, parent=None</i>)
 
 <p>
         Constructor
@@ -180,11 +184,22 @@
 <dd>
 reference to the main MicroPython widget
 </dd>
+<dt><i>deviceType</i> (str)</dt>
+<dd>
+device type assigned to this device interface
+</dd>
 <dt><i>parent</i> (QObject)</dt>
 <dd>
 reference to the parent object
 </dd>
 </dl>
+<a NAME="PyBoardDevice.__activateBootloader" ID="PyBoardDevice.__activateBootloader"></a>
+<h4>PyBoardDevice.__activateBootloader</h4>
+<b>__activateBootloader</b>(<i></i>)
+
+<p>
+        Private slot to activate the bootloader and disconnect.
+</p>
 <a NAME="PyBoardDevice.__deviceVolumeMounted" ID="PyBoardDevice.__deviceVolumeMounted"></a>
 <h4>PyBoardDevice.__deviceVolumeMounted</h4>
 <b>__deviceVolumeMounted</b>(<i></i>)

eric ide

mercurial