This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Arduino.h> | |
#include <Adafruit_Sensor.h> | |
#include <DHT.h> | |
#define PIN_TRIG 5 | |
#define PIN_ECHO 18 | |
#define PIN_DHT 4 | |
#define PIN_REED 15 | |
#define PIN_BUZZER 27 |