eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html

changeset 8098
36d5f6786a9f
parent 8070
6758ba4670e1
child 8124
98b57e2f731a
equal deleted inserted replaced
8097:5af9c426c46b 8098:36d5f6786a9f
143 <tr> 143 <tr>
144 <td><a href="#PyBoardDevice.getWorkspace">getWorkspace</a></td> 144 <td><a href="#PyBoardDevice.getWorkspace">getWorkspace</a></td>
145 <td>Public method to get the workspace directory.</td> 145 <td>Public method to get the workspace directory.</td>
146 </tr> 146 </tr>
147 <tr> 147 <tr>
148 <td><a href="#PyBoardDevice.hasFlashMenuEntry">hasFlashMenuEntry</a></td>
149 <td>Public method to check, if the device has its own flash menu entry.</td>
150 </tr>
151 <tr>
148 <td><a href="#PyBoardDevice.runScript">runScript</a></td> 152 <td><a href="#PyBoardDevice.runScript">runScript</a></td>
149 <td>Public method to run the given Python script.</td> 153 <td>Public method to run the given Python script.</td>
150 </tr> 154 </tr>
151 <tr> 155 <tr>
152 <td><a href="#PyBoardDevice.setButtons">setButtons</a></td> 156 <td><a href="#PyBoardDevice.setButtons">setButtons</a></td>
495 <dt>Return Type:</dt> 499 <dt>Return Type:</dt>
496 <dd> 500 <dd>
497 str 501 str
498 </dd> 502 </dd>
499 </dl> 503 </dl>
504 <a NAME="PyBoardDevice.hasFlashMenuEntry" ID="PyBoardDevice.hasFlashMenuEntry"></a>
505 <h4>PyBoardDevice.hasFlashMenuEntry</h4>
506 <b>hasFlashMenuEntry</b>(<i></i>)
507
508 <p>
509 Public method to check, if the device has its own flash menu entry.
510 </p>
511 <dl>
512 <dt>Return:</dt>
513 <dd>
514 flag indicating a specific flash menu entry
515 </dd>
516 </dl>
517 <dl>
518 <dt>Return Type:</dt>
519 <dd>
520 bool
521 </dd>
522 </dl>
500 <a NAME="PyBoardDevice.runScript" ID="PyBoardDevice.runScript"></a> 523 <a NAME="PyBoardDevice.runScript" ID="PyBoardDevice.runScript"></a>
501 <h4>PyBoardDevice.runScript</h4> 524 <h4>PyBoardDevice.runScript</h4>
502 <b>runScript</b>(<i>script</i>) 525 <b>runScript</b>(<i>script</i>)
503 526
504 <p> 527 <p>

eric ide

mercurial