output abstract method
Return a GPIO pin configured for output,
where physicalPin
is the physical pin number not the GPIO number.
Implementation
GpioOutput output(int physicalPin);
Return a GPIO pin configured for output,
where physicalPin
is the physical pin number not the GPIO number.
GpioOutput output(int physicalPin);