Specifications
Manuals
Brands
Inland Manuals
Electronics
Bluetooth Transmission Module for Arduino with Bottom hc-05 Master and Slave
1
2
3
4
5
6
keyestudio
www
.k
ey
e
studio
.cc
if(val=='a')
{
digitalW
rite(ledpin,HIGH
);
delay(250);
digitalW
rite(ledpin,LOW
);
delay(250);
Serial.println("key
estudio");
}
}
************
****************
*********
1
...
2
3
4
5
6