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

branch
eric7
changeset 10479
856476537696
parent 9756
9854647c8c5c
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.__init__.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.__init__.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,24 +7,24 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.MicroPython.Devices.__init__</h1>
-
 <p>
 Package containing the device interface modules and device specific dialogs.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>FirmwareGithubUrls</td></tr><tr><td>IgnoredBoards</td></tr><tr><td>SupportedBoards</td></tr>
+<tr><td>FirmwareGithubUrls</td></tr>
+<tr><td>IgnoredBoards</td></tr>
+<tr><td>SupportedBoards</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#getDevice">getDevice</a></td>
 <td>Public method to instantiate a specific MicroPython device interface.</td>
@@ -42,15 +42,16 @@
 <td>Function to get a list of supported MicroPython devices.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="getDevice" ID="getDevice"></a>
 <h2>getDevice</h2>
 <b>getDevice</b>(<i>deviceType, microPythonWidget, vid, pid, boardName="", serialNumber=""</i>)
-
 <p>
     Public method to instantiate a specific MicroPython device interface.
 </p>
+
 <dl>
 
 <dt><i>deviceType</i> (str)</dt>
@@ -96,10 +97,10 @@
 <a NAME="getDeviceIcon" ID="getDeviceIcon"></a>
 <h2>getDeviceIcon</h2>
 <b>getDeviceIcon</b>(<i>boardName, iconFormat=True</i>)
-
 <p>
     Function to get the icon for the given board.
 </p>
+
 <dl>
 
 <dt><i>boardName</i> (str)</dt>
@@ -130,10 +131,10 @@
 <a NAME="getFoundDevices" ID="getFoundDevices"></a>
 <h2>getFoundDevices</h2>
 <b>getFoundDevices</b>(<i></i>)
-
 <p>
     Function to check the serial ports for supported MicroPython devices.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -158,10 +159,10 @@
 <a NAME="getSupportedDevices" ID="getSupportedDevices"></a>
 <h2>getSupportedDevices</h2>
 <b>getSupportedDevices</b>(<i></i>)
-
 <p>
     Function to get a list of supported MicroPython devices.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -176,4 +177,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial