10683:779cda568acb | 10684:58c7f23ae1cb |
---|---|
508 <div align="right"><a href="#top">Up</a></div> | 508 <div align="right"><a href="#top">Up</a></div> |
509 <hr /> | 509 <hr /> |
510 <hr /> | 510 <hr /> |
511 <a NAME="createDevice" ID="createDevice"></a> | 511 <a NAME="createDevice" ID="createDevice"></a> |
512 <h2>createDevice</h2> | 512 <h2>createDevice</h2> |
513 <b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) | 513 <b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, _boardName, _serialNumber</i>) |
514 <p> | 514 <p> |
515 Function to instantiate a MicroPython device object. | 515 Function to instantiate a MicroPython device object. |
516 </p> | 516 </p> |
517 | 517 |
518 <dl> | 518 <dl> |
531 </dd> | 531 </dd> |
532 <dt><i>pid</i> (int)</dt> | 532 <dt><i>pid</i> (int)</dt> |
533 <dd> | 533 <dd> |
534 product ID | 534 product ID |
535 </dd> | 535 </dd> |
536 <dt><i>boardName</i> (str)</dt> | 536 <dt><i>_boardName</i> (str)</dt> |
537 <dd> | 537 <dd> |
538 name of the board | 538 name of the board (unused) |
539 </dd> | 539 </dd> |
540 <dt><i>serialNumber</i> (str)</dt> | 540 <dt><i>_serialNumber</i> (str)</dt> |
541 <dd> | 541 <dd> |
542 serial number of the board | 542 serial number of the board (unused) |
543 </dd> | 543 </dd> |
544 </dl> | 544 </dl> |
545 <dl> | 545 <dl> |
546 <dt>Return:</dt> | 546 <dt>Return:</dt> |
547 <dd> | 547 <dd> |