Informazioni sul HC-06

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