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 pinctrl-bcm2835 for example.

Implementation

final String label;