Arduino Voice Controlled Robot Car
Arduino Voice Controlled Robot Car
Car
}
voice="";
}
}
void forward_car()
{
motor1.run(FORWARD);
motor1.setSpeed(700);
//viral science motor2.run(FORWARD);
//voice controlled car motor2.setSpeed(700);
delay(2000);
#include <AFMotor.h> motor1.run(RELEASE);
#include <Servo.h> motor2.run(RELEASE);
String voice; }
void stop_car ()
{
motor1.run(RELEASE);
motor2.run(RELEASE);
}