getGPIOchipLabel method
Returns the label of the GPIO chip associated with the GPIO.
Implementation
String getGPIOchipLabel() {
return _getString(_nativeGPIOchipLabel);
}
Returns the label of the GPIO chip associated with the GPIO.
String getGPIOchipLabel() {
return _getString(_nativeGPIOchipLabel);
}