input abstract method

GpioInput input(
  1. int physicalPin, [
  2. Pull pull = Pull.off
])

Return a GPIO pin configured for input, where physicalPin is the physical pin number not the GPIO number.

Implementation

GpioInput input(int physicalPin, [Pull pull = Pull.off]);