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

changeset 8098
36d5f6786a9f
parent 8070
6758ba4670e1
--- a/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Fri Feb 12 19:16:12 2021 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Fri Feb 12 19:16:59 2021 +0100
@@ -126,6 +126,10 @@
 <td>Public method to retrieve the entries for the downloads menu.</td>
 </tr>
 <tr>
+<td><a href="#MicrobitDevice.hasFlashMenuEntry">hasFlashMenuEntry</a></td>
+<td>Public method to check, if the device has its own flash menu entry.</td>
+</tr>
+<tr>
 <td><a href="#MicrobitDevice.hasTimeCommands">hasTimeCommands</a></td>
 <td>Public method to check, if the device supports time commands.</td>
 </tr>
@@ -383,6 +387,25 @@
 list of tuple of (str, str)
 </dd>
 </dl>
+<a NAME="MicrobitDevice.hasFlashMenuEntry" ID="MicrobitDevice.hasFlashMenuEntry"></a>
+<h4>MicrobitDevice.hasFlashMenuEntry</h4>
+<b>hasFlashMenuEntry</b>(<i></i>)
+
+<p>
+        Public method to check, if the device has its own flash menu entry.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a specific flash menu entry
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="MicrobitDevice.hasTimeCommands" ID="MicrobitDevice.hasTimeCommands"></a>
 <h4>MicrobitDevice.hasTimeCommands</h4>
 <b>hasTimeCommands</b>(<i></i>)

eric ide

mercurial