Skip to content

Instantly share code, notes, and snippets.

View basava2005's full-sized avatar
🎯
Focusing

Basavaraj H A basava2005

🎯
Focusing
  • karnataka,india
  • 23:32 (UTC +05:30)
View GitHub Profile
@basava2005
basava2005 / sanitizer_system.ino
Last active February 5, 2026 16:23
Automatic Sanitizer & Cleaning System Code
#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