src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonCommandsInterface.html

branch
eric7
changeset 9753
a774e75a45ca
parent 9749
5d409223cf3f
child 9760
11245ac9c258
diff -r 2b9546c0cbd9 -r a774e75a45ca src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonCommandsInterface.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonCommandsInterface.html	Sat Feb 11 19:52:53 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonCommandsInterface.html	Sat Feb 11 19:53:53 2023 +0100
@@ -146,8 +146,8 @@
 <td>Public method to get some information data of the connected board.</td>
 </tr>
 <tr>
-<td><a href="#MicroPythonCommandsInterface.getImplementation">getImplementation</a></td>
-<td>Public method to get some implementation information of the connected device.</td>
+<td><a href="#MicroPythonCommandsInterface.getDeviceData">getDeviceData</a></td>
+<td>Public method to get some essential data for the connected board.</td>
 </tr>
 <tr>
 <td><a href="#MicroPythonCommandsInterface.getModules">getModules</a></td>
@@ -210,10 +210,6 @@
 <td>Public method to set the time of the connected device to the local computer's time.</td>
 </tr>
 <tr>
-<td><a href="#MicroPythonCommandsInterface.version">version</a></td>
-<td>Public method to get the MicroPython version information of the connected device.</td>
-</tr>
-<tr>
 <td><a href="#MicroPythonCommandsInterface.write">write</a></td>
 <td>Public method to write data to the connected device.</td>
 </tr>
@@ -486,18 +482,17 @@
 raised to indicate an issue with the device
 </dd>
 </dl>
-<a NAME="MicroPythonCommandsInterface.getImplementation" ID="MicroPythonCommandsInterface.getImplementation"></a>
-<h4>MicroPythonCommandsInterface.getImplementation</h4>
-<b>getImplementation</b>(<i></i>)
+<a NAME="MicroPythonCommandsInterface.getDeviceData" ID="MicroPythonCommandsInterface.getDeviceData"></a>
+<h4>MicroPythonCommandsInterface.getDeviceData</h4>
+<b>getDeviceData</b>(<i></i>)
 
 <p>
-        Public method to get some implementation information of the connected
-        device.
+        Public method to get some essential data for the connected board.
 </p>
 <dl>
 <dt>Return:</dt>
 <dd>
-dictionary containing the implementation information
+dictionary containing the determined data
 </dd>
 </dl>
 <dl>
@@ -865,7 +860,7 @@
 </dl>
 <a NAME="MicroPythonCommandsInterface.syncTime" ID="MicroPythonCommandsInterface.syncTime"></a>
 <h4>MicroPythonCommandsInterface.syncTime</h4>
-<b>syncTime</b>(<i>deviceType</i>)
+<b>syncTime</b>(<i>deviceType, hasCPy=False</i>)
 
 <p>
         Public method to set the time of the connected device to the local
@@ -877,32 +872,10 @@
 <dd>
 type of board to sync time to
 </dd>
-</dl>
-<dl>
-
-<dt>Raises <b>OSError</b>:</dt>
+<dt><i>hasCPy</i> (bool)</dt>
 <dd>
-raised to indicate an issue with the device
-</dd>
-</dl>
-<a NAME="MicroPythonCommandsInterface.version" ID="MicroPythonCommandsInterface.version"></a>
-<h4>MicroPythonCommandsInterface.version</h4>
-<b>version</b>(<i></i>)
-
-<p>
-        Public method to get the MicroPython version information of the
-        connected device.
-</p>
-<dl>
-<dt>Return:</dt>
-<dd>
-dictionary containing the version information
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-dict
+flag indicating that the device has CircuitPython loadede
+            (defaults to False)
 </dd>
 </dl>
 <dl>

eric ide

mercurial