User Tools

Site Tools


en-us_commands:reference:debugln

This is an old revision of the document!


debugln()

debugln() outputs a debug value followed by a newline.

debugln command operation flow

void debugln()
void debugln(const __FlashStringHelper* value)
void debugln(const String& value)
void debugln(const char value[])
void debugln(char value)
void debugln(unsigned char value, int base = DEC)
void debugln(int value, int base = DEC)
void debugln(unsigned int value, int base = DEC)
void debugln(long value, int base = DEC)
void debugln(unsigned long value, int base = DEC)
void debugln(double value, int digits = 2)

Commands

Command Arguments Return Value Operation
debugln() None void Outputs a debug value followed by a newline.

Example

debugln(analogRead(A0));

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.

← Built-in Command List

en-us_commands/reference/debugln.1788785565.txt.gz · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki