About Enceder Apagar por Bluetooth
Esta pqueña aplicación está diseñado para poder manipula cualquier cosa de modo, Enceder ON, Apagar OFF y Cerrar por Medio de Bluetooth desde su equipo Android.
MotorON = 1 en byte
MotorOFF = 2 en Byte
ApkCLOSE = 3 en Byte
El último permite poner todo en bajo y cerrar la aplicación, Aquí en seguida se pone un poco de los códigos que se usan en compiladores de Lenguaje C
while(TRUE){
motor=getc();
switch (motor)
{
case 1:
MotorON();
break;
case 2:
MotorOFF();
break;
case 3:
ApkCLOSE();
break;
}
} This brief application is designed to manipulate anything so, enceder ON, OFF Switch off and closed by Bluetooth from your Android device.
MotorON = 1 byte
MotorOFF = 2 in Byte
ApkCLOSE = 3 Byte
The latter allows to put everything on low and close the application, then here it gets a little codes used in C language compilers
while (TRUE) {
motor = getc ();
switch (motor)
{
case 1:
MotorON ();
break;
case 2:
MotorOFF ();
break;
case 3:
ApkCLOSE ();
break;
}
}
Download and install
Enceder Apagar por Bluetooth version 1.0 on your
Android device!
Downloaded 100+ times, content rating: Everyone
Android package:
appinventor.ai_ventasnetandino.ON_OFF, download Enceder Apagar por Bluetooth.apk