GPIO chip info

class gpiod.ChipInfo(name: str, label: str, num_lines: int)

Immutable snapshot of a chip’s status.

Synchronization: none required

label: str

Label of the chip.

name: str

Name of the chip.

num_lines: int

Number of lines exposed by the chip.