Stap 4: Upload programma & Test
Schakel het systeem & upload de volgende sketch, als u zien damp geproduceerd dan felicitatie! U maakte het, experimenteren met het!!!
Merkt op dat niet aanraken transducer interface pinnen direct omdat piek uitgangsspanning van drogere bestuur kunnen 65V.
#include LiquidCrystal lcd(13, 12, 8, 9, 10, 11); const byte nsum=10; //int humidityPin=A0; //int Thgm20Pin=A1; int atomizationPin = 2; unsigned int sensorValue2 = 0; // variable to store the value coming from the sensor unsigned int sensorValue3 = 0; // variable to store the value coming from the sensor void setup() { Serial.begin(9600); pinMode(atomizationPin, OUTPUT); lcd.begin(16, 2); } void loop() { for (byte i=0;i