eric6/Documentation/Source/eric6.MicroPython.EspDevices.html

changeset 8124
98b57e2f731a
parent 8098
36d5f6786a9f
diff -r b93ae18a4395 -r 98b57e2f731a eric6/Documentation/Source/eric6.MicroPython.EspDevices.html
--- a/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html	Sat Feb 20 14:39:55 2021 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html	Sat Feb 20 14:41:47 2021 +0100
@@ -23,8 +23,8 @@
 <h1>eric6.MicroPython.EspDevices</h1>
 
 <p>
-Module implementing some utility functions and the MicroPythonDevice base
-class.
+Module implementing the device interface class for ESP32 and ESP8266 based
+boards.
 </p>
 <h3>Global Attributes</h3>
 
@@ -170,7 +170,7 @@
 
 <a NAME="EspDevice.__init__" ID="EspDevice.__init__"></a>
 <h4>EspDevice (Constructor)</h4>
-<b>EspDevice</b>(<i>microPythonWidget, parent=None</i>)
+<b>EspDevice</b>(<i>microPythonWidget, deviceType, parent=None</i>)
 
 <p>
         Constructor
@@ -181,6 +181,10 @@
 <dd>
 reference to the main MicroPython widget
 </dd>
+<dt><i>deviceType</i> (str)</dt>
+<dd>
+device type assigned to this device interface
+</dd>
 <dt><i>parent</i> (QObject)</dt>
 <dd>
 reference to the parent object

eric ide

mercurial