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

branch
eric7
changeset 9765
6378da868bb0
parent 9756
9854647c8c5c
child 9799
a79430a8811d
equal deleted inserted replaced
9764:57496966803c 9765:6378da868bb0
82 <tr> 82 <tr>
83 <td><a href="#RP2040Device.__showFirmwareVersions">__showFirmwareVersions</a></td> 83 <td><a href="#RP2040Device.__showFirmwareVersions">__showFirmwareVersions</a></td>
84 <td>Private slot to show the firmware version of the connected device and the available firmware version.</td> 84 <td>Private slot to show the firmware version of the connected device and the available firmware version.</td>
85 </tr> 85 </tr>
86 <tr> 86 <tr>
87 <td><a href="#RP2040Device._getSetTimeCode">_getSetTimeCode</a></td>
88 <td>Protected method to get the device code to set the time.</td>
89 </tr>
90 <tr>
87 <td><a href="#RP2040Device.addDeviceMenuEntries">addDeviceMenuEntries</a></td> 91 <td><a href="#RP2040Device.addDeviceMenuEntries">addDeviceMenuEntries</a></td>
88 <td>Public method to add device specific entries to the given menu.</td> 92 <td>Public method to add device specific entries to the given menu.</td>
89 </tr> 93 </tr>
90 <tr> 94 <tr>
91 <td><a href="#RP2040Device.canRunScript">canRunScript</a></td> 95 <td><a href="#RP2040Device.canRunScript">canRunScript</a></td>
201 205
202 <p> 206 <p>
203 Private slot to show the firmware version of the connected device and the 207 Private slot to show the firmware version of the connected device and the
204 available firmware version. 208 available firmware version.
205 </p> 209 </p>
210 <a NAME="RP2040Device._getSetTimeCode" ID="RP2040Device._getSetTimeCode"></a>
211 <h4>RP2040Device._getSetTimeCode</h4>
212 <b>_getSetTimeCode</b>(<i></i>)
213
214 <p>
215 Protected method to get the device code to set the time.
216 </p>
217 <p>
218 Note: This method must be implemented in the various device specific
219 subclasses.
220 </p>
221 <dl>
222 <dt>Return:</dt>
223 <dd>
224 code to be executed on the connected device to set the time
225 </dd>
226 </dl>
227 <dl>
228 <dt>Return Type:</dt>
229 <dd>
230 str
231 </dd>
232 </dl>
206 <a NAME="RP2040Device.addDeviceMenuEntries" ID="RP2040Device.addDeviceMenuEntries"></a> 233 <a NAME="RP2040Device.addDeviceMenuEntries" ID="RP2040Device.addDeviceMenuEntries"></a>
207 <h4>RP2040Device.addDeviceMenuEntries</h4> 234 <h4>RP2040Device.addDeviceMenuEntries</h4>
208 <b>addDeviceMenuEntries</b>(<i>menu</i>) 235 <b>addDeviceMenuEntries</b>(<i>menu</i>)
209 236
210 <p> 237 <p>

eric ide

mercurial