hello!
i'm a new arduino user.
i'm working on new project,
"android control+line follower+ 2 servo robotic arm controlled by android"
can someone provide me arduino source code ..
hello!
i'm a new arduino user.
i'm working on new project,
"android control+line follower+ 2 servo robotic arm controlled by android"
can someone provide me arduino source code ..
(deleted)
#include <Servo.h>
// you fill in the blanks here
void setup ()
{
 // you fill in the blanks here
}
void loop ()
{
 // you fill in the blanks here
}
i have codes but i dont know how to combine them
Well, since we can't see them, we don't know either.
Best of luck.