src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2Devices.html

branch
eric7
changeset 11179
37788ec8e6d2
parent 11167
a3f5af773bc7
equal deleted inserted replaced
11178:52699bca6df9 11179:37788ec8e6d2
178 <tr> 178 <tr>
179 <td><a href="#RP2Device.getBluetoothStatus">getBluetoothStatus</a></td> 179 <td><a href="#RP2Device.getBluetoothStatus">getBluetoothStatus</a></td>
180 <td>Public method to get Bluetooth status data of the connected board.</td> 180 <td>Public method to get Bluetooth status data of the connected board.</td>
181 </tr> 181 </tr>
182 <tr> 182 <tr>
183 <td><a href="#RP2Device.getBoardInformation">getBoardInformation</a></td>
184 <td>Public method to get some information data of the connected board.</td>
185 </tr>
186 <tr>
183 <td><a href="#RP2Device.getConnectedClients">getConnectedClients</a></td> 187 <td><a href="#RP2Device.getConnectedClients">getConnectedClients</a></td>
184 <td>Public method to get a list of connected clients.</td> 188 <td>Public method to get a list of connected clients.</td>
185 </tr> 189 </tr>
186 <tr> 190 <tr>
187 <td><a href="#RP2Device.getDeviceScan">getDeviceScan</a></td> 191 <td><a href="#RP2Device.getDeviceScan">getDeviceScan</a></td>
863 </dl> 867 </dl>
864 <dl> 868 <dl>
865 <dt>Return Type:</dt> 869 <dt>Return Type:</dt>
866 <dd> 870 <dd>
867 list of tuples of (str, str) 871 list of tuples of (str, str)
872 </dd>
873 </dl>
874 <dl>
875
876 <dt>Raises <b>OSError</b>:</dt>
877 <dd>
878 raised to indicate an issue with the device
879 </dd>
880 </dl>
881 <a NAME="RP2Device.getBoardInformation" ID="RP2Device.getBoardInformation"></a>
882 <h4>RP2Device.getBoardInformation</h4>
883 <b>getBoardInformation</b>(<i></i>)
884 <p>
885 Public method to get some information data of the connected board.
886 </p>
887 <p>
888 This method amends the base class result with the board temperature
889 determined via the built in temperature sensor of the RPi Pico.
890 </p>
891
892 <dl>
893 <dt>Return:</dt>
894 <dd>
895 dictionary containing the determined data
896 </dd>
897 </dl>
898 <dl>
899 <dt>Return Type:</dt>
900 <dd>
901 dict
868 </dd> 902 </dd>
869 </dl> 903 </dl>
870 <dl> 904 <dl>
871 905
872 <dt>Raises <b>OSError</b>:</dt> 906 <dt>Raises <b>OSError</b>:</dt>

eric ide

mercurial