Skip to content

Instantly share code, notes, and snippets.

@BinarySpoon
Created November 12, 2020 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BinarySpoon/b14b294546460d624b6bc7804cd39ea9 to your computer and use it in GitHub Desktop.
Save BinarySpoon/b14b294546460d624b6bc7804cd39ea9 to your computer and use it in GitHub Desktop.
// Default_State -->
void default_State()
{
MyLCD.setCursor(0,0);
MyLCD.setCursor(3,0);
MyLCD.print("DISTANCE");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment