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
// =========================================== | |
// 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 |