Reference for Wiring 1.0 (ALPHA) 0017+. If you have a previous version, use the reference included with your software.
If you see any errors or have any comments, let us know.
Name
INPUT
Examples
pinMode(0, INPUT); // set the pin 0 as an input pin
pinMode(48, OUTPUT); // set the pin 48 as an output pin
portMode(1, OUTPUT); // set port 1 as an output port
Description
Reserved word representing the mode of an I/O pin or and I/O port as an input.
I/O 핀(1 비트 단위) 또는 I/O
포트( 8비트 단위)를
입력으로 설정하는
예약어 입니다.