Este commit está contenido en:
phyto
2019-04-03 16:25:38 +02:00
padre b47e467d21
commit 9379253d16
Se han modificado 8 ficheros con 68 adiciones y 20 borrados
+1 -1
Ver fichero
@@ -33,7 +33,7 @@ void updatevalues(short *ptr)
digitalWrite(LED_BUILTIN, HIGH);
for (foo=0; foo<NBVAL; foo++) {
ptr[foo] = analogRead(adc_pins[foo]);
delay(100);
delay(200);
}
digitalWrite(LED_BUILTIN, LOW);
}