while
설명
while 루프는 계속, 무한히 돌아가며, 괄호 안의 식이 거짓이 될 때까지 돈다. 무엇인가가 테스트 변수를 바꾸어야 하며, 아니면 while 루프는 끝나지 않는다. 여러분의 코드에서 이것은 증가변수 또는 센서 테스트 같은 외부 조건일 수 있다.
문법
condition 은 true 또는 false 으로 평가되는 부울 식이다.
예제 코드
In the example above, the code in the loop will run, over and over again, as long as a variable (i) is less than 5.
시리얼 모니터에 결과:
※ 주의 및 경고:
- When you know exactly how many times you want to loop through a block of code, use the for loop instead of a while loop.
- The following while loop loops forever:
더보기
- 언어 : break
- 언어 : continue
- 언어 : do... while
- 언어 : else
- 언어 : for
- 언어 : goto
- 언어 : if
- 언어 : return
- 언어 : switch case
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |