void loop(){
char temp;
if (BT.available()){
temp=(BT.read());
if (temp=='H' || temp=='L') {
x=temp;
}
}
void loop(){
char temp;
if (BT.available()){
temp=(BT.read());
if (temp=='H' || temp=='L') {
x=temp;
}
}