Answer the question
In order to leave comments, you need to log in
Is it possible to connect two inputs?
Is it possible to connect two inputs, that is, receive a signal from one input and transmit it to another? If yes, please provide an example code. Thanks in advance
PS The point is to transfer a signal (music) from a 3.5 mm cable to another 3.5 mm cable via Arduino, is this possible?
Answer the question
In order to leave comments, you need to log in
I allow!
...
pinMode(4, OUTPUT);
pinMode(5, INPUT);
digitalWrite(4, HIGH);
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question