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

branch
eric7
changeset 9765
6378da868bb0
parent 9756
9854647c8c5c
child 9840
d41ee69fa69b
equal deleted inserted replaced
9764:57496966803c 9765:6378da868bb0
109 <tr> 109 <tr>
110 <td><a href="#PyBoardDevice.__showFlashInstructions">__showFlashInstructions</a></td> 110 <td><a href="#PyBoardDevice.__showFlashInstructions">__showFlashInstructions</a></td>
111 <td>Private slot to open the URL containing instructions for installing MicroPython on the pyboard.</td> 111 <td>Private slot to open the URL containing instructions for installing MicroPython on the pyboard.</td>
112 </tr> 112 </tr>
113 <tr> 113 <tr>
114 <td><a href="#PyBoardDevice._getSetTimeCode">_getSetTimeCode</a></td>
115 <td>Protected method to get the device code to set the time.</td>
116 </tr>
117 <tr>
114 <td><a href="#PyBoardDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> 118 <td><a href="#PyBoardDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td>
115 <td>Public method to add device specific entries to the given menu.</td> 119 <td>Public method to add device specific entries to the given menu.</td>
116 </tr> 120 </tr>
117 <tr> 121 <tr>
118 <td><a href="#PyBoardDevice.canRunScript">canRunScript</a></td> 122 <td><a href="#PyBoardDevice.canRunScript">canRunScript</a></td>
348 352
349 <p> 353 <p>
350 Private slot to open the URL containing instructions for installing 354 Private slot to open the URL containing instructions for installing
351 MicroPython on the pyboard. 355 MicroPython on the pyboard.
352 </p> 356 </p>
357 <a NAME="PyBoardDevice._getSetTimeCode" ID="PyBoardDevice._getSetTimeCode"></a>
358 <h4>PyBoardDevice._getSetTimeCode</h4>
359 <b>_getSetTimeCode</b>(<i></i>)
360
361 <p>
362 Protected method to get the device code to set the time.
363 </p>
364 <p>
365 Note: This method must be implemented in the various device specific
366 subclasses.
367 </p>
368 <dl>
369 <dt>Return:</dt>
370 <dd>
371 code to be executed on the connected device to set the time
372 </dd>
373 </dl>
374 <dl>
375 <dt>Return Type:</dt>
376 <dd>
377 str
378 </dd>
379 </dl>
353 <a NAME="PyBoardDevice.addDeviceMenuEntries" ID="PyBoardDevice.addDeviceMenuEntries"></a> 380 <a NAME="PyBoardDevice.addDeviceMenuEntries" ID="PyBoardDevice.addDeviceMenuEntries"></a>
354 <h4>PyBoardDevice.addDeviceMenuEntries</h4> 381 <h4>PyBoardDevice.addDeviceMenuEntries</h4>
355 <b>addDeviceMenuEntries</b>(<i>menu</i>) 382 <b>addDeviceMenuEntries</b>(<i>menu</i>)
356 383
357 <p> 384 <p>

eric ide

mercurial