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 <Servo.h> | |
| #include <LiquidCrystal_I2C.h> | |
| #include <DHT.h> | |
| #include <Wire.h> | |
| // Pin Definitions | |
| #define IR_PIN 2 | |
| #define TRIG_PIN 6 | |
| #define ECHO_PIN 7 | |
| #define SERVO_PIN 9 |