Skip to main content
2 of 2
formatted code for readability
sa_leinad
  • 3.2k
  • 2
  • 24
  • 53

You want something like this using the serial monitor:

if((homeMenuActivated) == true)
{
  Serial.println ("Program Number 1");
}

I am kind of glad you asked this, as I am working on a similar program with arduinos that can do the same thing you want.

Vex
  • 13
  • 3