android control+line follower+ 2 servo robotic arm

hello! :slight_smile:
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 ..

:slight_smile:

(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 :slight_smile:

Well, since we can't see them, we don't know either.
Best of luck.