Skip to content

Instantly share code, notes, and snippets.

View arunbhagyanath's full-sized avatar

Arun Bhagyanath arunbhagyanath

View GitHub Profile
// ===========================================
// Hero Bot: Obstacle Avoiding Robot Full Code
// ===========================================
// --- Pin Definitions ---
// HC-SR04 Ultrasonic Sensor Pins
const int trigPin = 9; // Trigger Pin
const int echoPin = 10; // Echo Pin