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

changeset 7989
a21d673a8f99
parent 7352
5f69f55b919f
child 8098
36d5f6786a9f
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
279 279
280 <p> 280 <p>
281 Public method to determine, if a script can be executed. 281 Public method to determine, if a script can be executed.
282 </p> 282 </p>
283 <dl> 283 <dl>
284 <dt>Returns:</dt> 284 <dt>Return:</dt>
285 <dd> 285 <dd>
286 tuple containing a flag indicating it is safe to start a 286 tuple containing a flag indicating it is safe to start a
287 Plotter and a reason why it cannot. 287 Plotter and a reason why it cannot.
288 </dd> 288 </dd>
289 </dl> 289 </dl>
299 299
300 <p> 300 <p>
301 Public method to determine, if a File Manager can be started. 301 Public method to determine, if a File Manager can be started.
302 </p> 302 </p>
303 <dl> 303 <dl>
304 <dt>Returns:</dt> 304 <dt>Return:</dt>
305 <dd> 305 <dd>
306 tuple containing a flag indicating it is safe to start a 306 tuple containing a flag indicating it is safe to start a
307 File Manager and a reason why it cannot. 307 File Manager and a reason why it cannot.
308 </dd> 308 </dd>
309 </dl> 309 </dl>
319 319
320 <p> 320 <p>
321 Public method to determine, if a Plotter can be started. 321 Public method to determine, if a Plotter can be started.
322 </p> 322 </p>
323 <dl> 323 <dl>
324 <dt>Returns:</dt> 324 <dt>Return:</dt>
325 <dd> 325 <dd>
326 tuple containing a flag indicating it is safe to start a 326 tuple containing a flag indicating it is safe to start a
327 Plotter and a reason why it cannot. 327 Plotter and a reason why it cannot.
328 </dd> 328 </dd>
329 </dl> 329 </dl>
339 339
340 <p> 340 <p>
341 Public method to determine, if a REPL can be started. 341 Public method to determine, if a REPL can be started.
342 </p> 342 </p>
343 <dl> 343 <dl>
344 <dt>Returns:</dt> 344 <dt>Return:</dt>
345 <dd> 345 <dd>
346 tuple containing a flag indicating it is safe to start a REPL 346 tuple containing a flag indicating it is safe to start a REPL
347 and a reason why it cannot. 347 and a reason why it cannot.
348 </dd> 348 </dd>
349 </dl> 349 </dl>
359 359
360 <p> 360 <p>
361 Public method to get the name of the device. 361 Public method to get the name of the device.
362 </p> 362 </p>
363 <dl> 363 <dl>
364 <dt>Returns:</dt> 364 <dt>Return:</dt>
365 <dd> 365 <dd>
366 name of the device 366 name of the device
367 </dd> 367 </dd>
368 </dl> 368 </dl>
369 <dl> 369 <dl>
379 <p> 379 <p>
380 Public method to determine the need for an interrupt when opening the 380 Public method to determine the need for an interrupt when opening the
381 serial connection. 381 serial connection.
382 </p> 382 </p>
383 <dl> 383 <dl>
384 <dt>Returns:</dt> 384 <dt>Return:</dt>
385 <dd> 385 <dd>
386 flag indicating an interrupt is needed 386 flag indicating an interrupt is needed
387 </dd> 387 </dd>
388 </dl> 388 </dl>
389 <dl> 389 <dl>
398 398
399 <p> 399 <p>
400 Public method to get the device documentation URL. 400 Public method to get the device documentation URL.
401 </p> 401 </p>
402 <dl> 402 <dl>
403 <dt>Returns:</dt> 403 <dt>Return:</dt>
404 <dd> 404 <dd>
405 documentation URL of the device 405 documentation URL of the device
406 </dd> 406 </dd>
407 </dl> 407 </dl>
408 <dl> 408 <dl>
417 417
418 <p> 418 <p>
419 Public method to get the device firmware download URL. 419 Public method to get the device firmware download URL.
420 </p> 420 </p>
421 <dl> 421 <dl>
422 <dt>Returns:</dt> 422 <dt>Return:</dt>
423 <dd> 423 <dd>
424 firmware download URL of the device 424 firmware download URL of the device
425 </dd> 425 </dd>
426 </dl> 426 </dl>
427 <dl> 427 <dl>

eric ide

mercurial