controlling of led using voice commonds using bluetooth
Controlling of led using voice commands through Bluetooth
code for Arduino board
void setup() {
// put your setup code here, to run once:
pinMode(13,OUTPUT);
Serial.begin(9600);
// put your setup code here, to run once:
pinMode(13,OUTPUT);
Serial.begin(9600);
}
String voice;
String voice1="hi";
String voice;
String voice1="hi";
Comments
Post a Comment