eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html

changeset 7336
0095e231ddaf
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7335:07ed3d73bf58 7336:0095e231ddaf
115 <tr> 115 <tr>
116 <td><a href="#CircuitPythonDevice.getDocumentationUrl">getDocumentationUrl</a></td> 116 <td><a href="#CircuitPythonDevice.getDocumentationUrl">getDocumentationUrl</a></td>
117 <td>Public method to get the device documentation URL.</td> 117 <td>Public method to get the device documentation URL.</td>
118 </tr> 118 </tr>
119 <tr> 119 <tr>
120 <td><a href="#CircuitPythonDevice.getFirmwareUrl">getFirmwareUrl</a></td>
121 <td>Public method to get the device firmware download URL.</td>
122 </tr>
123 <tr>
120 <td><a href="#CircuitPythonDevice.getWorkspace">getWorkspace</a></td> 124 <td><a href="#CircuitPythonDevice.getWorkspace">getWorkspace</a></td>
121 <td>Public method to get the workspace directory.</td> 125 <td>Public method to get the workspace directory.</td>
122 </tr> 126 </tr>
123 <tr> 127 <tr>
124 <td><a href="#CircuitPythonDevice.runScript">runScript</a></td> 128 <td><a href="#CircuitPythonDevice.runScript">runScript</a></td>
340 <dt>Return Type:</dt> 344 <dt>Return Type:</dt>
341 <dd> 345 <dd>
342 str 346 str
343 </dd> 347 </dd>
344 </dl> 348 </dl>
349 <a NAME="CircuitPythonDevice.getFirmwareUrl" ID="CircuitPythonDevice.getFirmwareUrl"></a>
350 <h4>CircuitPythonDevice.getFirmwareUrl</h4>
351 <b>getFirmwareUrl</b>(<i></i>)
352
353 <p>
354 Public method to get the device firmware download URL.
355 </p>
356 <dl>
357 <dt>Returns:</dt>
358 <dd>
359 firmware download URL of the device
360 </dd>
361 </dl>
362 <dl>
363 <dt>Return Type:</dt>
364 <dd>
365 str
366 </dd>
367 </dl>
345 <a NAME="CircuitPythonDevice.getWorkspace" ID="CircuitPythonDevice.getWorkspace"></a> 368 <a NAME="CircuitPythonDevice.getWorkspace" ID="CircuitPythonDevice.getWorkspace"></a>
346 <h4>CircuitPythonDevice.getWorkspace</h4> 369 <h4>CircuitPythonDevice.getWorkspace</h4>
347 <b>getWorkspace</b>(<i>silent=False</i>) 370 <b>getWorkspace</b>(<i>silent=False</i>)
348 371
349 <p> 372 <p>

eric ide

mercurial