It is a project with the Arduino IDE to maneuver a vehicle with a distance sensor. The project is assembled with an arduino uno board and adafruit motorshield.
Before you start, make sure you have the following programs and tools installed:
Arduino IDE: To program and load the code on the Arduino board.
Adafruit Motor Shield Library: To control the motors with the Adafruit Motor Shield.
Git: To clone the repository and manage the code.
Installation Steps Clone the Repository
- Fork the project.
- Create a branch ('git checkout -b feature').
- Commit your changes ('git commit -m 'Add new functionality'').
- Upload the changes ('git push origin feature/new-functionality').
- Open a pull request.