--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html Mon Feb 01 10:38:16 2021 +0100 @@ -223,7 +223,7 @@ </tr> <tr> <td><a href="#MicroPythonWidget.isMicrobit">isMicrobit</a></td> -<td>Public method to check, if the connected/selected device is a BBC micro:bit.</td> +<td>Public method to check, if the connected/selected device is a BBC micro:bit or Calliope mini.</td> </tr> <tr> <td><a href="#MicroPythonWidget.on_chartButton_clicked">on_chartButton_clicked</a></td> @@ -383,7 +383,7 @@ connected device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> date and time of the connected device </dd> @@ -416,7 +416,7 @@ Private method to check the availability of mpy-cross. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of mpy-cross </dd> @@ -644,7 +644,7 @@ Public method to get a reference to the commands interface object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the commands interface object </dd> @@ -674,7 +674,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag to indicate that the event was handled </dd> @@ -693,7 +693,7 @@ Public method to determine the port path of the selected device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the port of the selected device </dd> @@ -712,7 +712,7 @@ Public method to get the workspace directory of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> workspace directory of the device </dd> @@ -738,7 +738,7 @@ Public method to get the connection state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> connection state </dd> @@ -755,10 +755,10 @@ <p> Public method to check, if the connected/selected device is a - BBC micro:bit. + BBC micro:bit or Calliope mini. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a micro:bit device rtype bool