diff -r 52699bca6df9 -r 37788ec8e6d2 src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2Devices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2Devices.html Thu Mar 20 19:31:39 2025 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2Devices.html Fri Mar 21 15:15:44 2025 +0100 @@ -180,6 +180,10 @@ <td>Public method to get Bluetooth status data of the connected board.</td> </tr> <tr> +<td><a href="#RP2Device.getBoardInformation">getBoardInformation</a></td> +<td>Public method to get some information data of the connected board.</td> +</tr> +<tr> <td><a href="#RP2Device.getConnectedClients">getConnectedClients</a></td> <td>Public method to get a list of connected clients.</td> </tr> @@ -874,6 +878,36 @@ raised to indicate an issue with the device </dd> </dl> +<a NAME="RP2Device.getBoardInformation" ID="RP2Device.getBoardInformation"></a> +<h4>RP2Device.getBoardInformation</h4> +<b>getBoardInformation</b>(<i></i>) +<p> + Public method to get some information data of the connected board. +</p> +<p> + This method amends the base class result with the board temperature + determined via the built in temperature sensor of the RPi Pico. +</p> + +<dl> +<dt>Return:</dt> +<dd> +dictionary containing the determined data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> +<dl> + +<dt>Raises <b>OSError</b>:</dt> +<dd> +raised to indicate an issue with the device +</dd> +</dl> <a NAME="RP2Device.getConnectedClients" ID="RP2Device.getConnectedClients"></a> <h4>RP2Device.getConnectedClients</h4> <b>getConnectedClients</b>(<i></i>)