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

changeset 7161
728018c32b09
parent 7145
ceb3e8b242c1
child 7273
391d6b7b1eff
--- a/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Fri Aug 23 13:23:36 2019 +0200
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Fri Aug 23 14:49:59 2019 +0200
@@ -99,6 +99,9 @@
 <td><a href="#MicrobitDevice.forceInterrupt">forceInterrupt</a></td>
 <td>Public method to determine the need for an interrupt when opening the serial connection.</td>
 </tr><tr>
+<td><a href="#MicrobitDevice.getDocumentationUrl">getDocumentationUrl</a></td>
+<td>Public method to get the device documentation URL.</td>
+</tr><tr>
 <td><a href="#MicrobitDevice.getWorkspace">getWorkspace</a></td>
 <td>Public method to get the workspace directory.</td>
 </tr><tr>
@@ -265,6 +268,21 @@
 <dd>
 bool
 </dd>
+</dl><a NAME="MicrobitDevice.getDocumentationUrl" ID="MicrobitDevice.getDocumentationUrl"></a>
+<h4>MicrobitDevice.getDocumentationUrl</h4>
+<b>getDocumentationUrl</b>(<i></i>)
+<p>
+        Public method to get the device documentation URL.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+documentation 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