void

설명

void 키워드는 함수 선언에서만 쓰인다. 그것은 함수가 불릴 때 함수에서 아무 정보도 반환하지 않을 것을 기대하는 것을 가리킨다.

예제 코드

이코드는 void 사용법을 보여준다.

// 행동은 함수 "setup" 그리고 "loop" 에수 수행된다 // 그러나 더 큰 프로그램에서는 보고되는 정보가 없다 void setup() { // ... } void loop() { // ... }

더보기

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.

※ OUR MESSAGES