src/eric7/Documentation/Source/eric7.MicroPython.RP2040Devices.html

branch
eric7
changeset 9738
4ae976ee5339
parent 9503
ae9232bf4854
child 9747
b7976868d5b0
--- a/src/eric7/Documentation/Source/eric7.MicroPython.RP2040Devices.html	Thu Feb 02 13:42:50 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.RP2040Devices.html	Thu Feb 02 18:01:00 2023 +0100
@@ -379,7 +379,7 @@
 <hr />
 <a NAME="createDevice" ID="createDevice"></a>
 <h2>createDevice</h2>
-<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid</i>)
+<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName</i>)
 
 <p>
     Function to instantiate a MicroPython device object.
@@ -402,6 +402,10 @@
 <dd>
 product ID
 </dd>
+<dt><i>boardName</i> (str)</dt>
+<dd>
+name of the board
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>

eric ide

mercurial