S
S
SMAX12015-07-06 15:38:26
Arduino
SMAX1, 2015-07-06 15:38:26

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

3 answer(s)
S
SMAX1, 2015-07-16
@SMAX1

Made with a relay

E
Eddy_Em, 2015-07-06
@Eddy_Em

If the input transmits data, then this is already an output ...

V
Vitaly Filinkov, 2015-07-06
@vitfil

I allow!

...
  pinMode(4, OUTPUT);
  pinMode(5, INPUT);
  digitalWrite(4, HIGH);
...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question