Placa y arreglos #13
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,6 @@ void setup() {
|
|||
|
||||
void loop() {
|
||||
|
||||
delay(1000);
|
||||
|
||||
if ( Serial.available() > 0) {
|
||||
inQuery = Serial.read();
|
||||
|
||||
|
@ -46,4 +44,5 @@ void loop() {
|
|||
}
|
||||
}
|
||||
|
||||
delay(1000);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue