eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
child 8070
6758ba4670e1
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
183 183
184 <p> 184 <p>
185 Private method to check, if the device volume is mounted. 185 Private method to check, if the device volume is mounted.
186 </p> 186 </p>
187 <dl> 187 <dl>
188 <dt>Returns:</dt> 188 <dt>Return:</dt>
189 <dd> 189 <dd>
190 flag indicated a mounted device 190 flag indicated a mounted device
191 </dd> 191 </dd>
192 </dl> 192 </dl>
193 <dl> 193 <dl>
202 202
203 <p> 203 <p>
204 Private method to check the availability of dfu-util. 204 Private method to check the availability of dfu-util.
205 </p> 205 </p>
206 <dl> 206 <dl>
207 <dt>Returns:</dt> 207 <dt>Return:</dt>
208 <dd> 208 <dd>
209 flag indicating the availability of dfu-util 209 flag indicating the availability of dfu-util
210 </dd> 210 </dd>
211 </dl> 211 </dl>
212 <dl> 212 <dl>
249 <dd> 249 <dd>
250 flag indicating to show a warning message for flashing 250 flag indicating to show a warning message for flashing
251 </dd> 251 </dd>
252 </dl> 252 </dl>
253 <dl> 253 <dl>
254 <dt>Returns:</dt> 254 <dt>Return:</dt>
255 <dd> 255 <dd>
256 flag indicating OK to continue or abort 256 flag indicating OK to continue or abort
257 </dd> 257 </dd>
258 </dl> 258 </dl>
259 <dl> 259 <dl>
290 290
291 <p> 291 <p>
292 Public method to determine, if a script can be executed. 292 Public method to determine, if a script can be executed.
293 </p> 293 </p>
294 <dl> 294 <dl>
295 <dt>Returns:</dt> 295 <dt>Return:</dt>
296 <dd> 296 <dd>
297 tuple containing a flag indicating it is safe to start a 297 tuple containing a flag indicating it is safe to start a
298 Plotter and a reason why it cannot. 298 Plotter and a reason why it cannot.
299 </dd> 299 </dd>
300 </dl> 300 </dl>
310 310
311 <p> 311 <p>
312 Public method to determine, if a File Manager can be started. 312 Public method to determine, if a File Manager can be started.
313 </p> 313 </p>
314 <dl> 314 <dl>
315 <dt>Returns:</dt> 315 <dt>Return:</dt>
316 <dd> 316 <dd>
317 tuple containing a flag indicating it is safe to start a 317 tuple containing a flag indicating it is safe to start a
318 File Manager and a reason why it cannot. 318 File Manager and a reason why it cannot.
319 </dd> 319 </dd>
320 </dl> 320 </dl>
330 330
331 <p> 331 <p>
332 Public method to determine, if a Plotter can be started. 332 Public method to determine, if a Plotter can be started.
333 </p> 333 </p>
334 <dl> 334 <dl>
335 <dt>Returns:</dt> 335 <dt>Return:</dt>
336 <dd> 336 <dd>
337 tuple containing a flag indicating it is safe to start a 337 tuple containing a flag indicating it is safe to start a
338 Plotter and a reason why it cannot. 338 Plotter and a reason why it cannot.
339 </dd> 339 </dd>
340 </dl> 340 </dl>
350 350
351 <p> 351 <p>
352 Public method to determine, if a REPL can be started. 352 Public method to determine, if a REPL can be started.
353 </p> 353 </p>
354 <dl> 354 <dl>
355 <dt>Returns:</dt> 355 <dt>Return:</dt>
356 <dd> 356 <dd>
357 tuple containing a flag indicating it is safe to start a REPL 357 tuple containing a flag indicating it is safe to start a REPL
358 and a reason why it cannot. 358 and a reason why it cannot.
359 </dd> 359 </dd>
360 </dl> 360 </dl>
370 370
371 <p> 371 <p>
372 Public method to get the name of the device. 372 Public method to get the name of the device.
373 </p> 373 </p>
374 <dl> 374 <dl>
375 <dt>Returns:</dt> 375 <dt>Return:</dt>
376 <dd> 376 <dd>
377 name of the device 377 name of the device
378 </dd> 378 </dd>
379 </dl> 379 </dl>
380 <dl> 380 <dl>
390 <p> 390 <p>
391 Public method to determine the need for an interrupt when opening the 391 Public method to determine the need for an interrupt when opening the
392 serial connection. 392 serial connection.
393 </p> 393 </p>
394 <dl> 394 <dl>
395 <dt>Returns:</dt> 395 <dt>Return:</dt>
396 <dd> 396 <dd>
397 flag indicating an interrupt is needed 397 flag indicating an interrupt is needed
398 </dd> 398 </dd>
399 </dl> 399 </dl>
400 <dl> 400 <dl>
409 409
410 <p> 410 <p>
411 Public method to get the device documentation URL. 411 Public method to get the device documentation URL.
412 </p> 412 </p>
413 <dl> 413 <dl>
414 <dt>Returns:</dt> 414 <dt>Return:</dt>
415 <dd> 415 <dd>
416 documentation URL of the device 416 documentation URL of the device
417 </dd> 417 </dd>
418 </dl> 418 </dl>
419 <dl> 419 <dl>
428 428
429 <p> 429 <p>
430 Public method to get the device firmware download URL. 430 Public method to get the device firmware download URL.
431 </p> 431 </p>
432 <dl> 432 <dl>
433 <dt>Returns:</dt> 433 <dt>Return:</dt>
434 <dd> 434 <dd>
435 firmware download URL of the device 435 firmware download URL of the device
436 </dd> 436 </dd>
437 </dl> 437 </dl>
438 <dl> 438 <dl>
454 <dd> 454 <dd>
455 flag indicating silent operations 455 flag indicating silent operations
456 </dd> 456 </dd>
457 </dl> 457 </dl>
458 <dl> 458 <dl>
459 <dt>Returns:</dt> 459 <dt>Return:</dt>
460 <dd> 460 <dd>
461 workspace directory used for saving files 461 workspace directory used for saving files
462 </dd> 462 </dd>
463 </dl> 463 </dl>
464 <dl> 464 <dl>
494 494
495 <p> 495 <p>
496 Public method to indicate file access via a local directory. 496 Public method to indicate file access via a local directory.
497 </p> 497 </p>
498 <dl> 498 <dl>
499 <dt>Returns:</dt> 499 <dt>Return:</dt>
500 <dd> 500 <dd>
501 flag indicating file access via local directory 501 flag indicating file access via local directory
502 </dd> 502 </dd>
503 </dl> 503 </dl>
504 <dl> 504 <dl>

eric ide

mercurial