#include
설명
#include 는 외부 라이브러리를 스케치 안에 포함할 때 쓰인다. 이것은 프로그래머가 표준 C 라이브러리(이미 만들어진 함수) 그리고 특히 아두이노를 위해 쓰여진 라이브러리 그룹에 대한 접근을 제공한다.
AVR C 라이브러리 (AVR은 아두이노가 기반인 Atmel 칩에 대한 참조)에 대한 주요 참조 페이지가 here 이다.
#include, #define 는 세미콜론 종결자가 없고, 추가하면 컴파일러가 암호 같은 에러 메시지를 낼 거다.
예제 코드
예제 코드 1
This example includes the Servo library so that its functions may be used to control a Servo motor.
예제 코드 2
This example includes the pitches.h file, which is placed in the same directory with the sketch (the sketch's folder).
더보기
- 언어 : /* */ (블록 주석)
- 언어 : {} (중괄호)
- 언어 : #define (define)
- 언어 : ; (세미콜론)
- 언어 : // (한줄 주석)
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |