Paso 4: Código!!!!!!
Código:-
temp de flotador;
int valor = 40;
int tempPin = A0;
ventilador int = 9;
#include LiquidCrystal lcd (7, 6, 5, 4, 3, 2);
void setup() {}
LCD.Begin (16, 2);
pinMode(fan,OUTPUT);
Serial.Begin(9600);
}
void loop() {}
LCD.Clear();
Temp = analogRead(tempPin);
Temp = temp * 0.48828125;
Si (temp EstablecerValor) {}
int fanpwm = map(temp,setValue,140,75,255);
analogWrite(fan,fanpwm);
LCD.Clear();
LCD.Print("WARNING");
lcd.setCursor(0,1);
LCD.Print ("High Temp:-");
lcd.setCursor(11,1);
LCD.Print(Temp);
Delay(40);
}
}