My arduino nano and 2ch relay module (5v controlled) came today. I've never done any programming with these before. I'm hoping someone can help with that. What I want the arduino to do is.
From a push button trigger, close relay 1 for 1 second, then open it again, wait 60mins, close relay 2 for 1 second then open it again. I understand the relay module in1 and in2 need to be connected to digital pins (say pins 7 and 8 for example) , then I program it as pin7 == high? I don't know how to get it to run from a trigger.