getGPIOchipLabel method

String getGPIOchipLabel()

Returns the label of the GPIO chip associated with the GPIO.

Implementation

String getGPIOchipLabel() {
  return _getString(_nativeGPIOchipLabel);
}