label property

String label
final

The label of this GPIO chip.

This is the hardware label of the underlying GPIO device. The main GPIO chip of the Raspberry Pi 4 has the label brcm2835-pinctrl for example.

Implementation

final String label;