xkcd:
Hopefully a pretty simple question here, for the arduino uno is there a command to ignore the inputs of a pin within a specific loop? I would like to base the programs actions based on whichever input comes in first, regardless of what the other input sees later. Due to the nature of the program i have 'if' loops for both inputs, and without telling the program to specifically ignore the other input until that loop is finished it seems to get confused.
The confusion is most likely in the structure of your program and your specific use of the if command(s). Why don't you just post your code and briefly explain what you are trying to accomplish and I'm sure help will follow.
Lefty