adafruit_platformdetect.board¶
Detect boards
Author(s): Melissa LeBlanc-Williams
Implementation Notes¶
Software and Dependencies:
Linux and Python 3.7 or Higher
- class adafruit_platformdetect.board.Board(detector)¶
Attempt to detect specific boards.
- property any_lichee_riscv_board: bool¶
Check whether the current board is any defined Lichee RISC-V.
- property any_raspberry_pi_cm: bool¶
Check whether the current board is any Compute Module Raspberry Pi.
- property any_siemens_simatic_iot2000: bool¶
Check whether the current board is a SIEMENS SIMATIC IOT2000 Gateway.
adafruit_platformdetect.chip¶
Attempt detection of current chip / CPU
Author(s): Melissa LeBlanc-Williams
Implementation Notes¶
Software and Dependencies:
Linux and Python 3.7 or Higher