Skip to main content
Always test code examples.
Source Link
linhartr22
  • 616
  • 5
  • 11

I only use this for debugging but:

int a = 10;
int b = 20;
Serial.println("a = " + String$String(a) + " and b = " + String$String(b));

I only use this for debugging but:

int a = 10;
int b = 20;
Serial.println("a = " + String$(a) + " and b = " + String$(b));

I only use this for debugging but:

int a = 10;
int b = 20;
Serial.println("a = " + String(a) + " and b = " + String(b));
Source Link
linhartr22
  • 616
  • 5
  • 11

I only use this for debugging but:

int a = 10;
int b = 20;
Serial.println("a = " + String$(a) + " and b = " + String$(b));