Skip to content

Instantly share code, notes, and snippets.

@vongomben
Created July 25, 2020 16:33
Show Gist options
  • Save vongomben/a4ef3965dae325b49a02c17db8a2b939 to your computer and use it in GitHub Desktop.
Save vongomben/a4ef3965dae325b49a02c17db8a2b939 to your computer and use it in GitHub Desktop.
Serial.print("value corrisponde a ");
Serial.print(value);
int j = 20 - value;
Serial.print(" j corrisponde a ");
Serial.print(j);
int x = 20 - j;
Serial.print(" x corrisponde a ");
Serial.println(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment