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

changeset 7161
728018c32b09
parent 7145
ceb3e8b242c1
child 7174
de8175253dfc
equal deleted inserted replaced
7159:85a9d6a753bd 7161:728018c32b09
92 <td>Public method to get the name of the device.</td> 92 <td>Public method to get the name of the device.</td>
93 </tr><tr> 93 </tr><tr>
94 <td><a href="#EspDevice.forceInterrupt">forceInterrupt</a></td> 94 <td><a href="#EspDevice.forceInterrupt">forceInterrupt</a></td>
95 <td>Public method to determine the need for an interrupt when opening the serial connection.</td> 95 <td>Public method to determine the need for an interrupt when opening the serial connection.</td>
96 </tr><tr> 96 </tr><tr>
97 <td><a href="#EspDevice.getDocumentationUrl">getDocumentationUrl</a></td>
98 <td>Public method to get the device documentation URL.</td>
99 </tr><tr>
97 <td><a href="#EspDevice.runScript">runScript</a></td> 100 <td><a href="#EspDevice.runScript">runScript</a></td>
98 <td>Public method to run the given Python script.</td> 101 <td>Public method to run the given Python script.</td>
99 </tr><tr> 102 </tr><tr>
100 <td><a href="#EspDevice.setButtons">setButtons</a></td> 103 <td><a href="#EspDevice.setButtons">setButtons</a></td>
101 <td>Public method to enable the supported action buttons.</td> 104 <td>Public method to enable the supported action buttons.</td>
245 </dd> 248 </dd>
246 </dl><dl> 249 </dl><dl>
247 <dt>Return Type:</dt> 250 <dt>Return Type:</dt>
248 <dd> 251 <dd>
249 bool 252 bool
253 </dd>
254 </dl><a NAME="EspDevice.getDocumentationUrl" ID="EspDevice.getDocumentationUrl"></a>
255 <h4>EspDevice.getDocumentationUrl</h4>
256 <b>getDocumentationUrl</b>(<i></i>)
257 <p>
258 Public method to get the device documentation URL.
259 </p><dl>
260 <dt>Returns:</dt>
261 <dd>
262 documentation URL of the device
263 </dd>
264 </dl><dl>
265 <dt>Return Type:</dt>
266 <dd>
267 str
250 </dd> 268 </dd>
251 </dl><a NAME="EspDevice.runScript" ID="EspDevice.runScript"></a> 269 </dl><a NAME="EspDevice.runScript" ID="EspDevice.runScript"></a>
252 <h4>EspDevice.runScript</h4> 270 <h4>EspDevice.runScript</h4>
253 <b>runScript</b>(<i>script</i>) 271 <b>runScript</b>(<i>script</i>)
254 <p> 272 <p>

eric ide

mercurial