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

branch
eric7
changeset 9944
011ae0edbcff
parent 9912
c731e9bdd105
child 10144
45a9177c8e77
equal deleted inserted replaced
9943:02a40e8bd135 9944:011ae0edbcff
125 <tr> 125 <tr>
126 <td><a href="#CircuitPythonDevice.__resetDevice">__resetDevice</a></td> 126 <td><a href="#CircuitPythonDevice.__resetDevice">__resetDevice</a></td>
127 <td>Private slot to reset the connected device.</td> 127 <td>Private slot to reset the connected device.</td>
128 </tr> 128 </tr>
129 <tr> 129 <tr>
130 <td><a href="#CircuitPythonDevice.__selectDeviceVolume">__selectDeviceVolume</a></td>
131 <td>Private slot to select the mounted device volume, if it could not be found automatically.</td>
132 </tr>
133 <tr>
130 <td><a href="#CircuitPythonDevice.__showTeensyFlashInstructions">__showTeensyFlashInstructions</a></td> 134 <td><a href="#CircuitPythonDevice.__showTeensyFlashInstructions">__showTeensyFlashInstructions</a></td>
131 <td>Private slot to show a message box because Teensy does not support the UF2 bootloader yet.</td> 135 <td>Private slot to show a message box because Teensy does not support the UF2 bootloader yet.</td>
132 </tr> 136 </tr>
133 <tr> 137 <tr>
134 <td><a href="#CircuitPythonDevice.__startTeensyLoader">__startTeensyLoader</a></td> 138 <td><a href="#CircuitPythonDevice.__startTeensyLoader">__startTeensyLoader</a></td>
279 <td>Public method to set the connection state.</td> 283 <td>Public method to set the connection state.</td>
280 </tr> 284 </tr>
281 <tr> 285 <tr>
282 <td><a href="#CircuitPythonDevice.setNetworkTime">setNetworkTime</a></td> 286 <td><a href="#CircuitPythonDevice.setNetworkTime">setNetworkTime</a></td>
283 <td>Public method to set the time to the network time retrieved from an NTP server.</td> 287 <td>Public method to set the time to the network time retrieved from an NTP server.</td>
288 </tr>
289 <tr>
290 <td><a href="#CircuitPythonDevice.setWorkspace">setWorkspace</a></td>
291 <td>Public method to set the device workspace directory.</td>
284 </tr> 292 </tr>
285 <tr> 293 <tr>
286 <td><a href="#CircuitPythonDevice.showCircuitPythonVersions">showCircuitPythonVersions</a></td> 294 <td><a href="#CircuitPythonDevice.showCircuitPythonVersions">showCircuitPythonVersions</a></td>
287 <td>Public slot to show the CircuitPython version of a connected device and the latest available one (from Github).</td> 295 <td>Public slot to show the CircuitPython version of a connected device and the latest available one (from Github).</td>
288 </tr> 296 </tr>
560 <b>__resetDevice</b>(<i></i>) 568 <b>__resetDevice</b>(<i></i>)
561 569
562 <p> 570 <p>
563 Private slot to reset the connected device. 571 Private slot to reset the connected device.
564 </p> 572 </p>
573 <a NAME="CircuitPythonDevice.__selectDeviceVolume" ID="CircuitPythonDevice.__selectDeviceVolume"></a>
574 <h4>CircuitPythonDevice.__selectDeviceVolume</h4>
575 <b>__selectDeviceVolume</b>(<i></i>)
576
577 <p>
578 Private slot to select the mounted device volume, if it could not be found
579 automatically.
580 </p>
565 <a NAME="CircuitPythonDevice.__showTeensyFlashInstructions" ID="CircuitPythonDevice.__showTeensyFlashInstructions"></a> 581 <a NAME="CircuitPythonDevice.__showTeensyFlashInstructions" ID="CircuitPythonDevice.__showTeensyFlashInstructions"></a>
566 <h4>CircuitPythonDevice.__showTeensyFlashInstructions</h4> 582 <h4>CircuitPythonDevice.__showTeensyFlashInstructions</h4>
567 <b>__showTeensyFlashInstructions</b>(<i></i>) 583 <b>__showTeensyFlashInstructions</b>(<i></i>)
568 584
569 <p> 585 <p>
1406 </dl> 1422 </dl>
1407 <dl> 1423 <dl>
1408 <dt>Return Type:</dt> 1424 <dt>Return Type:</dt>
1409 <dd> 1425 <dd>
1410 tuple of (bool, str) 1426 tuple of (bool, str)
1427 </dd>
1428 </dl>
1429 <a NAME="CircuitPythonDevice.setWorkspace" ID="CircuitPythonDevice.setWorkspace"></a>
1430 <h4>CircuitPythonDevice.setWorkspace</h4>
1431 <b>setWorkspace</b>(<i>workspacePath</i>)
1432
1433 <p>
1434 Public method to set the device workspace directory.
1435 </p>
1436 <dl>
1437
1438 <dt><i>workspacePath</i> (str)</dt>
1439 <dd>
1440 directory to be used for saving files
1411 </dd> 1441 </dd>
1412 </dl> 1442 </dl>
1413 <a NAME="CircuitPythonDevice.showCircuitPythonVersions" ID="CircuitPythonDevice.showCircuitPythonVersions"></a> 1443 <a NAME="CircuitPythonDevice.showCircuitPythonVersions" ID="CircuitPythonDevice.showCircuitPythonVersions"></a>
1414 <h4>CircuitPythonDevice.showCircuitPythonVersions</h4> 1444 <h4>CircuitPythonDevice.showCircuitPythonVersions</h4>
1415 <b>showCircuitPythonVersions</b>(<i></i>) 1445 <b>showCircuitPythonVersions</b>(<i></i>)

eric ide

mercurial