Skip to content

Commit

Permalink
opti blink
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Feb 12, 2019
1 parent 816ecc2 commit 1aef038
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions Firmware/CaTSatZero/CaTSatZero.ino
Original file line number Diff line number Diff line change
Expand Up @@ -272,23 +272,16 @@ void loop() {
gpsread();

Serial.println(Todo);
enviarInfo(Todo);
digitalWrite(LED_BUILTIN,HIGH);
delay(500);
digitalWrite(LED_BUILTIN,LOW);
delay(500);
digitalWrite(LED_BUILTIN,HIGH);
delay(500);
digitalWrite(LED_BUILTIN,LOW);
delay(500);
digitalWrite(LED_BUILTIN,HIGH);
delay(500);
digitalWrite(LED_BUILTIN,LOW);
delay(500);
enviarInfo(Todo);
for(int i = 0; i<5;i++){
digitalWrite(LED_BUILTIN,HIGH);
delay(500);
digitalWrite(LED_BUILTIN,LOW);
delay(500);
}
}

Todo = "";

// parse for a packet, and call onReceive with the result:
//onReceive(LoRa.parsePacket());

Expand Down

0 comments on commit 1aef038

Please sign in to comment.