Faro unidad (TX):
#include
char * regulador;
void setup() {}
pinMode(13,OUTPUT);
vw_set_ptt_inverted(true);
vw_set_tx_pin(12); vw_setup(4000);
}
void loop() {}
if(analogRead(a0) > 500) {//You puede Agregar un bucle aquí a tomar múltiples fotos
controlador = "1";
vw_send ((uint8_t *) control, strlen(controller));
vw_wait_tx();
digitalWrite(13,1);
Delay(10);
}
Else {}
controlador = "0";
vw_send ((uint8_t *) control, strlen(controller));
vw_wait_tx(); digitalWrite(13,0);
}
}