When you come back from vacation
@programmerhumor

you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 3 years ago* (1 child)
void HelloWorld(string) {
  if (string == "print") {
    Serial.print("Hello World"};
  }
}

Solved it.

  • source
  • hideshow 2 child comments