#include "SoftwareSerial.h" #include "U8glib.h" U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE); const int pwmPin = 6; // digital pin //mh-z14 결과값을 가져올 핀 지정 const int OUTPUT_PIN = 8;//reset const long samplePeriod = 10000L; long lastSampleTime = 0; unsigned long starttime_esp = 0; unsigned long sampletime_esp = 600000; // 10분 600,000 TIME BETWEEN MEASURES AND UPDATES unsigned long starttime_reset = ..