void
설명
void 키워드는 함수 선언에서만 쓰인다. 그것은 함수가 불릴 때 함수에서 아무 정보도 반환하지 않을 것을 기대하는 것을 가리킨다.
예제 코드
이코드는 void 사용법을 보여준다.
// 행동은 함수 "setup" 그리고 "loop" 에수 수행된다
// 그러나 더 큰 프로그램에서는 보고되는 정보가 없다
void setup() {
// ...
}
void loop() {
// ...
}
더보기
- 언어 : 배열
- 언어 : boolean
- 언어 : byte
- 언어 : char
- 언어 : double
- 언어 : float
- 언어 : int
- 언어 : long
- 언어 : short
- 언어 : string
- 언어 : String()
- 언어 : unsigned char
- 언어 : unsigned int
- 언어 : unsigned long
- 언어 : word
- 언어 : Integer Constants
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.