Reply To: connect two arduinos?

About Forums Forum connect two arduinos? Reply To: connect two arduinos?

#1087
mfaerber1
Participant

And just to be clear, I have included my special library, not found in Firmata, in the Arduino sketch that I’ve uploaded to the board.

So some of the code on the board looks like this:

FancyServo.move(x,400);// x = angle, 400 = speed

And I’d like to have the html page tell the arduino what “x” is.

Thanks again!