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

changeset 7336
0095e231ddaf
parent 7299
a22b87b46128
child 7555
24f1bb4c78a3
--- a/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Tue Nov 19 18:53:58 2019 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Tue Nov 19 18:54:14 2019 +0100
@@ -121,6 +121,10 @@
 <td>Public method to get the device documentation URL.</td>
 </tr>
 <tr>
+<td><a href="#MicrobitDevice.getFirmwareUrl">getFirmwareUrl</a></td>
+<td>Public method to get the device firmware download URL.</td>
+</tr>
+<tr>
 <td><a href="#MicrobitDevice.getWorkspace">getWorkspace</a></td>
 <td>Public method to get the workspace directory.</td>
 </tr>
@@ -350,6 +354,25 @@
 str
 </dd>
 </dl>
+<a NAME="MicrobitDevice.getFirmwareUrl" ID="MicrobitDevice.getFirmwareUrl"></a>
+<h4>MicrobitDevice.getFirmwareUrl</h4>
+<b>getFirmwareUrl</b>(<i></i>)
+
+<p>
+        Public method to get the device firmware download URL.
+</p>
+<dl>
+<dt>Returns:</dt>
+<dd>
+firmware download URL of the device
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <a NAME="MicrobitDevice.getWorkspace" ID="MicrobitDevice.getWorkspace"></a>
 <h4>MicrobitDevice.getWorkspace</h4>
 <b>getWorkspace</b>(<i></i>)

eric ide

mercurial