This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<SoftwareSerial.h> | |
SoftwareSerial BT(10,11); | |
String readData; | |
int led1=6; | |
int led2=7; | |
int val1=0; | |
int val2=0; | |
void setup(){ |