setBaseGPIOpath static method

void setBaseGPIOpath(
  1. String chipBasePath
)

Sets an alternative chipBasePath, default value is '/dev/gpiochip'

Implementation

static void setBaseGPIOpath(String chipBasePath) {
  _gpioBasePath = chipBasePath;
}