Bluetooth Arduino LED
Net Andino
Aug 9, 2015
Bluetooth Arduino LED 정보
통신 아두 이노 블루투스 동기화
Controlar Arduino mediante bluetooth, puede prender y apagar un Led
Datos que envia el APP
Boton Verde "Encender" = 'h'
Boton Rojo "Apagar" = 'l'
Boton Enlaces = Esta selecciona el Modulo Bluetooth a que se va a conectar y/o sincronizar
Cómo ejemplo Usaremos el 13 y GND; Prenda con Botorn Verde y Apague con Boton Rojo
//INICIO
int Led = 13;
int Status=0;
void setup(){
Serial.begin(9600);
pinMode(Led,OUTPUT);
}
void loop(){
if(Serial.available()!=0){
Status= Serial.read();
}
if (Status =='h'){
digitalWrite(Led,HIGH);
}
if(Status=='l'){
digitalWrite(Led,LOW);
}
}
//FIN
Más Manuales en http://manual.netandino.net
What's new in the latest 1.1
Last updated on 2015-08-10
Control Exlusivo Para uso de LEDs
Bluetooth Arduino LED apk 정보
APKPure에서 안전하고 빠른 APK 다운로드
APKPure는 바이러스 없는 Bluetooth Arduino LED APK 다운로드를 위해 서명 확인을 사용합니다.
Bluetooth Arduino LED의 오래된 버전
Bluetooth Arduino LED 1.1
1.5 MBAug 9, 2015
APKPure 앱을통한매우빠르고안전한다운로드
한번의클릭으로 Android에 XAPK/APK 파일을설치할수있습니다!