en-us_commands:reference:debugstop
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en-us_commands:reference:debugstop [2026/09/07 21:52] – 만듦 - 바깥 편집 127.0.0.1 | en-us_commands:reference:debugstop [2026/09/08 00:53] (current) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| <code cpp> | <code cpp> | ||
| - | if (digitalRead(0)) debugStop(); | + | void setup() { |
| + | debugStart(115200); // Set the port and baud rate for debug output. | ||
| + | } | ||
| + | |||
| + | void loop() { | ||
| + | debugln(" | ||
| + | | ||
| + | debugln(" | ||
| + | } | ||
| </ | </ | ||
| Line 24: | Line 32: | ||
| * Rapid repeated output can slow the control cycle and communication responses. | * Rapid repeated output can slow the control cycle and communication responses. | ||
| * Stop unnecessary Debug output before deploying for operation. | * Stop unnecessary Debug output before deploying for operation. | ||
| + | |||
| + | ===== Built-in Commands in the Same Category ===== | ||
| + | |||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| [[: | [[: | ||
en-us_commands/reference/debugstop.1788785565.txt.gz · Last modified: by 127.0.0.1
