en-us_commands:reference:debugstop
This is an old revision of the document!
Table of Contents
debugStop()
Commands
| Command | Arguments | Return Value | Operation |
|---|---|---|---|
debugStop() | None | void | Stops debug output. |
Example
if (digitalRead(0)) debugStop();
Precautions
- Do not use the same port for Debug and product communication.
- Rapid repeated output can slow the control cycle and communication responses.
- Stop unnecessary Debug output before deploying for operation.
en-us_commands/reference/debugstop.1788785565.txt.gz · Last modified: by 127.0.0.1
