getGPIOchipName method

String getGPIOchipName()

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

Implementation

String getGPIOchipName() {
  return _getString(_nativeGPIOchipName);
}