Skip to content

Instantly share code, notes, and snippets.

#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