--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Sat Feb 06 19:22:22 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Sat Feb 06 19:22:43 2021 +0100 @@ -624,7 +624,7 @@ <hr /> <a NAME="getDevice" ID="getDevice"></a> <h2>getDevice</h2> -<b>getDevice</b>(<i>deviceType, microPythonWidget</i>) +<b>getDevice</b>(<i>deviceType, microPythonWidget, vid, pid</i>) <p> Public method to instantiate a specific MicroPython device interface. @@ -639,6 +639,14 @@ <dd> reference to the main MicroPython widget </dd> +<dt><i>vid</i> (int)</dt> +<dd> +vendor ID (only used for deviceType 'generic') +</dd> +<dt><i>pid</i> (int)</dt> +<dd> +product ID (only used for deviceType 'generic') +</dd> </dl> <dl> <dt>Return:</dt>