eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html

changeset 7592
f79dc58bdf62
parent 7588
881eebfefd34
child 7796
657532a9a0a4
equal deleted inserted replaced
7591:16730b2c480c 7592:f79dc58bdf62
633 <dl> 633 <dl>
634 <dt>Returns:</dt> 634 <dt>Returns:</dt>
635 <dd> 635 <dd>
636 tuple containing a list of tuples with the board type, a 636 tuple containing a list of tuples with the board type, a
637 description and the serial port it is connected at for known device 637 description and the serial port it is connected at for known device
638 types and a list of tuples with VID and PID for unknown devices 638 types and a list of tuples with VID, PID and description for unknown
639 devices
639 </dd> 640 </dd>
640 </dl> 641 </dl>
641 <dl> 642 <dl>
642 <dt>Return Type:</dt> 643 <dt>Return Type:</dt>
643 <dd> 644 <dd>
644 tuple of (list of tuples of (str, str, str), list of tuples of 645 tuple of (list of tuples of (str, str, str), list of tuples of
645 (str, str) 646 (int, int, str)
646 </dd> 647 </dd>
647 </dl> 648 </dl>
648 <div align="right"><a href="#top">Up</a></div> 649 <div align="right"><a href="#top">Up</a></div>
649 <hr /> 650 <hr />
650 <hr /> 651 <hr />

eric ide

mercurial