src/eric7/Documentation/Source/eric7.MicroPython.CircuitPythonDevices.html

branch
eric7
changeset 9753
a774e75a45ca
parent 9747
b7976868d5b0
child 9755
1a09700229e7
equal deleted inserted replaced
9752:2b9546c0cbd9 9753:a774e75a45ca
69 <tr> 69 <tr>
70 <td><a href="#CircuitPythonDevice.__cpyVersionResponse">__cpyVersionResponse</a></td> 70 <td><a href="#CircuitPythonDevice.__cpyVersionResponse">__cpyVersionResponse</a></td>
71 <td>Private method handling the response of the latest version request.</td> 71 <td>Private method handling the response of the latest version request.</td>
72 </tr> 72 </tr>
73 <tr> 73 <tr>
74 <td><a href="#CircuitPythonDevice.__createCPyMenu">__createCPyMenu</a></td>
75 <td>Private method to create the CircuitPython submenu.</td>
76 </tr>
77 <tr>
74 <td><a href="#CircuitPythonDevice.__deviceVolumeMounted">__deviceVolumeMounted</a></td> 78 <td><a href="#CircuitPythonDevice.__deviceVolumeMounted">__deviceVolumeMounted</a></td>
75 <td>Private method to check, if the device volume is mounted.</td> 79 <td>Private method to check, if the device volume is mounted.</td>
76 </tr> 80 </tr>
77 <tr> 81 <tr>
78 <td><a href="#CircuitPythonDevice.__findDeviceDirectories">__findDeviceDirectories</a></td> 82 <td><a href="#CircuitPythonDevice.__findDeviceDirectories">__findDeviceDirectories</a></td>
206 <dt><i>reply</i> (QNetworkReply)</dt> 210 <dt><i>reply</i> (QNetworkReply)</dt>
207 <dd> 211 <dd>
208 reference to the reply object 212 reference to the reply object
209 </dd> 213 </dd>
210 </dl> 214 </dl>
215 <a NAME="CircuitPythonDevice.__createCPyMenu" ID="CircuitPythonDevice.__createCPyMenu"></a>
216 <h4>CircuitPythonDevice.__createCPyMenu</h4>
217 <b>__createCPyMenu</b>(<i></i>)
218
219 <p>
220 Private method to create the CircuitPython submenu.
221 </p>
211 <a NAME="CircuitPythonDevice.__deviceVolumeMounted" ID="CircuitPythonDevice.__deviceVolumeMounted"></a> 222 <a NAME="CircuitPythonDevice.__deviceVolumeMounted" ID="CircuitPythonDevice.__deviceVolumeMounted"></a>
212 <h4>CircuitPythonDevice.__deviceVolumeMounted</h4> 223 <h4>CircuitPythonDevice.__deviceVolumeMounted</h4>
213 <b>__deviceVolumeMounted</b>(<i></i>) 224 <b>__deviceVolumeMounted</b>(<i></i>)
214 225
215 <p> 226 <p>
578 <div align="right"><a href="#top">Up</a></div> 589 <div align="right"><a href="#top">Up</a></div>
579 <hr /> 590 <hr />
580 <hr /> 591 <hr />
581 <a NAME="createDevice" ID="createDevice"></a> 592 <a NAME="createDevice" ID="createDevice"></a>
582 <h2>createDevice</h2> 593 <h2>createDevice</h2>
583 <b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName</i>) 594 <b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>)
584 595
585 <p> 596 <p>
586 Function to instantiate a MicroPython device object. 597 Function to instantiate a MicroPython device object.
587 </p> 598 </p>
588 <dl> 599 <dl>
604 product ID 615 product ID
605 </dd> 616 </dd>
606 <dt><i>boardName</i> (str)</dt> 617 <dt><i>boardName</i> (str)</dt>
607 <dd> 618 <dd>
608 name of the board 619 name of the board
620 </dd>
621 <dt><i>serialNumber</i> (str)</dt>
622 <dd>
623 serial number of the board
609 </dd> 624 </dd>
610 </dl> 625 </dl>
611 <dl> 626 <dl>
612 <dt>Return:</dt> 627 <dt>Return:</dt>
613 <dd> 628 <dd>

eric ide

mercurial