Arduino/문법정리 | 2014. 7. 4. 21:02
* 변수
datatype variableName = value;
(ex. int loopCount = 10)
* 핀(pin) 이름 설정
datatype pinName = pinNumber;
(ex. int LED0 = 2)
Trackbacks / Comments
Recent Comments