--- a/src/eric7/Documentation/Source/eric7.MicroPython.CircuitPythonDevices.html Sat Feb 11 19:52:53 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.CircuitPythonDevices.html Sat Feb 11 19:53:53 2023 +0100 @@ -71,6 +71,10 @@ <td>Private method handling the response of the latest version request.</td> </tr> <tr> +<td><a href="#CircuitPythonDevice.__createCPyMenu">__createCPyMenu</a></td> +<td>Private method to create the CircuitPython submenu.</td> +</tr> +<tr> <td><a href="#CircuitPythonDevice.__deviceVolumeMounted">__deviceVolumeMounted</a></td> <td>Private method to check, if the device volume is mounted.</td> </tr> @@ -208,6 +212,13 @@ reference to the reply object </dd> </dl> +<a NAME="CircuitPythonDevice.__createCPyMenu" ID="CircuitPythonDevice.__createCPyMenu"></a> +<h4>CircuitPythonDevice.__createCPyMenu</h4> +<b>__createCPyMenu</b>(<i></i>) + +<p> + Private method to create the CircuitPython submenu. +</p> <a NAME="CircuitPythonDevice.__deviceVolumeMounted" ID="CircuitPythonDevice.__deviceVolumeMounted"></a> <h4>CircuitPythonDevice.__deviceVolumeMounted</h4> <b>__deviceVolumeMounted</b>(<i></i>) @@ -580,7 +591,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) <p> Function to instantiate a MicroPython device object. @@ -607,6 +618,10 @@ <dd> name of the board </dd> +<dt><i>serialNumber</i> (str)</dt> +<dd> +serial number of the board +</dd> </dl> <dl> <dt>Return:</dt>