eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html

changeset 8032
76375aa6bc04
parent 7989
a21d673a8f99
child 8039
13fed1ed06e8
diff -r b356d92d4e02 -r 76375aa6bc04 eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html
--- a/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Sat Jan 30 12:05:36 2021 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Sat Jan 30 19:11:02 2021 +0100
@@ -75,7 +75,7 @@
 </tr>
 <tr>
 <td><a href="#MicrobitDevice.__flashMicroPython">__flashMicroPython</a></td>
-<td>Private slot to flash the default MicroPython firmware to the device.</td>
+<td>Private slot to flash MicroPython or the DAPLink firmware to the device.</td>
 </tr>
 <tr>
 <td><a href="#MicrobitDevice.__resetDevice">__resetDevice</a></td>
@@ -172,11 +172,19 @@
 </dl>
 <a NAME="MicrobitDevice.__flashMicroPython" ID="MicrobitDevice.__flashMicroPython"></a>
 <h4>MicrobitDevice.__flashMicroPython</h4>
-<b>__flashMicroPython</b>(<i></i>)
+<b>__flashMicroPython</b>(<i>firmware=False</i>)
 
 <p>
-        Private slot to flash the default MicroPython firmware to the device.
+        Private slot to flash MicroPython or the DAPLink firmware to the
+        device.
 </p>
+<dl>
+
+<dt><i>firmware</i> (bool)</dt>
+<dd>
+flag indicating to flash the DAPLink firmware
+</dd>
+</dl>
 <a NAME="MicrobitDevice.__resetDevice" ID="MicrobitDevice.__resetDevice"></a>
 <h4>MicrobitDevice.__resetDevice</h4>
 <b>__resetDevice</b>(<i></i>)

eric ide

mercurial