Arduino UNO/Nano主控板,电路搭设如下,按键开关连接到引脚4,下列选项中,正确的是?( )
pinMode(4,INPUT);
pinMode(4,OUTPUT);
pinMode(4,INPUT_PULLUP);
pinMode(4,INPUT_PULLDOWN);