Return a GPIO pin configured for input, where physicalPin is the physical pin number not the GPIO number.
physicalPin
GpioInput input(int physicalPin, [Pull pull = Pull.off]);