diff -r 57496966803c -r 6378da868bb0 src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html Tue Feb 14 11:09:49 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html Tue Feb 14 18:10:30 2023 +0100 @@ -83,6 +83,10 @@ <td>Private method to start the 'Teensy Loader' application.</td> </tr> <tr> +<td><a href="#TeensyDevice._getSetTimeCode">_getSetTimeCode</a></td> +<td>Protected method to get the device code to set the time.</td> +</tr> +<tr> <td><a href="#TeensyDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> <td>Public method to add device specific entries to the given menu.</td> </tr> @@ -201,6 +205,29 @@ <p> Note: The application must be accessible via the application search path. </p> +<a NAME="TeensyDevice._getSetTimeCode" ID="TeensyDevice._getSetTimeCode"></a> +<h4>TeensyDevice._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="TeensyDevice.addDeviceMenuEntries" ID="TeensyDevice.addDeviceMenuEntries"></a> <h4>TeensyDevice.addDeviceMenuEntries</h4> <b>addDeviceMenuEntries</b>(<i>menu</i>)