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

changeset 7555
24f1bb4c78a3
parent 7336
0095e231ddaf
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Wed Apr 29 18:35:30 2020 +0200
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html	Wed Apr 29 18:36:16 2020 +0200
@@ -23,7 +23,8 @@
 <h1>eric6.MicroPython.MicrobitDevices</h1>
 
 <p>
-Module implementing the device interface class for BBC micro:bit boards.
+Module implementing the device interface class for BBC micro:bit and
+Calliope mini boards.
 </p>
 <h3>Global Attributes</h3>
 
@@ -36,7 +37,7 @@
 
 <tr>
 <td><a href="#MicrobitDevice">MicrobitDevice</a></td>
-<td>Class implementing the device for BBC micro:bit boards.</td>
+<td>Class implementing the device for BBC micro:bit and Calliope mini boards.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -50,7 +51,7 @@
 <h2>MicrobitDevice</h2>
 
 <p>
-    Class implementing the device for BBC micro:bit boards.
+    Class implementing the device for BBC micro:bit and Calliope mini boards.
 </p>
 <h3>Derived from</h3>
 MicroPythonDevice
@@ -149,7 +150,7 @@
 
 <a NAME="MicrobitDevice.__init__" ID="MicrobitDevice.__init__"></a>
 <h4>MicrobitDevice (Constructor)</h4>
-<b>MicrobitDevice</b>(<i>microPythonWidget, parent=None</i>)
+<b>MicrobitDevice</b>(<i>microPythonWidget, deviceType, parent=None</i>)
 
 <p>
         Constructor
@@ -160,6 +161,10 @@
 <dd>
 reference to the main MicroPython widget
 </dd>
+<dt><i>deviceType</i> (str)</dt>
+<dd>
+type of the device
+</dd>
 <dt><i>parent</i> (QObject)</dt>
 <dd>
 reference to the parent object

eric ide

mercurial