Placa y arreglos #13

Closed
fauno wants to merge 7 commits from placa-y-arreglos into master
Showing only changes of commit a58cb67017 - Show all commits

View file

@ -20,8 +20,6 @@ void setup() {
void loop() { void loop() {
delay(1000);
if ( Serial.available() > 0) { if ( Serial.available() > 0) {
inQuery = Serial.read(); inQuery = Serial.read();
@ -46,4 +44,5 @@ void loop() {
} }
} }
delay(1000);
} }