Skip to main content
1 of 2
Vex
  • 13
  • 3

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