int LedAzul = 10; // led azul de temperatura baja
int LedVerde = 9; // led verde para temperatura correcta
int LedRojo = 8; // led rojo para temperatura crítica
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}