adafruit_board_toolkit

CircuitPython board identification and information

  • Author(s): Dan Halbert for Adafruit Industries

adafruit_board_toolkit.circuitpython_serial.comports() Sequence[ListPortInfo]

Return all the comports recognized as being associated with a CircuitPython board.

adafruit_board_toolkit.circuitpython_serial.data_comports() Sequence[ListPortInfo]

Return all comports presenting a CircuitPython serial connection used for data transfer, not the REPL.

adafruit_board_toolkit.circuitpython_serial.repl_comports() Sequence[ListPortInfo]

Return all comports presenting a CircuitPython REPL.