diff -r 57496966803c -r 6378da868bb0 src/eric7/Documentation/Source/eric7.MicroPython.Devices.PyBoardDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.PyBoardDevices.html Tue Feb 14 11:09:49 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.PyBoardDevices.html Tue Feb 14 18:10:30 2023 +0100 @@ -111,6 +111,10 @@ <td>Private slot to open the URL containing instructions for installing MicroPython on the pyboard.</td> </tr> <tr> +<td><a href="#PyBoardDevice._getSetTimeCode">_getSetTimeCode</a></td> +<td>Protected method to get the device code to set the time.</td> +</tr> +<tr> <td><a href="#PyBoardDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> <td>Public method to add device specific entries to the given menu.</td> </tr> @@ -350,6 +354,29 @@ Private slot to open the URL containing instructions for installing MicroPython on the pyboard. </p> +<a NAME="PyBoardDevice._getSetTimeCode" ID="PyBoardDevice._getSetTimeCode"></a> +<h4>PyBoardDevice._getSetTimeCode</h4> +<b>_getSetTimeCode</b>(<i></i>) + +<p> + Protected method to get the device code to set the time. +</p> +<p> + Note: This method must be implemented in the various device specific + subclasses. +</p> +<dl> +<dt>Return:</dt> +<dd> +code to be executed on the connected device to set the time +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="PyBoardDevice.addDeviceMenuEntries" ID="PyBoardDevice.addDeviceMenuEntries"></a> <h4>PyBoardDevice.addDeviceMenuEntries</h4> <b>addDeviceMenuEntries</b>(<i>menu</i>)