515516517518519520521522523524525
if (name != null) { gpioPin.setName(name); } // export this pin gpioPin.export(mode); // add this new pin instance to the managed collection pins.add(gpioPin); // return new new pin instance