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