I tried searching but didn't find what I am looking for so hopefully it hasn't been asked before.
I have an Arduino program setup and running a stepper motor sequence. That's all working fine, triggered with a push of a button.
What I would like to do now is have that program triggered by an existing machine/outside circuit (Not an Arduino) . The circuit has higher voltage than the Arduino can handle.
Is the best way to make this work to use a relay that will close a trigger circuit for the Arduino?