commands:reference:debugstate
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판 | |||
| commands:reference:debugstate [2026/09/08 00:53] – 바깥 편집 127.0.0.1 | commands:reference:debugstate [2026/09/14 20:30] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 17: | 줄 17: | ||
| <code cpp> | <code cpp> | ||
| void setup() { | void setup() { | ||
| - | debugStart(Serial, | + | debugStart(Serial, |
| - | debugln(F(" | + | |
| } | } | ||
| void loop() { | void loop() { | ||
| - | | + | |
| - | if (debugState()) { // 디버그 출력의 활성 | + | if (debugState()) { // 디버그 출력이 활성화되어 있는지 확인합니다. |
| - | | + | |
| - | debugln(input); | + | |
| } | } | ||
| - | | + | delay(500); |
| - | | + | |
| } | } | ||
| </ | </ | ||
commands/reference/debugstate.1788796395.txt.gz · 마지막으로 수정됨: 저자 127.0.0.1
