Skip to content
This repository was archived by the owner on Oct 15, 2023. It is now read-only.

Commit 84607c3

Browse files
authored
Update README.md
1 parent b16bef1 commit 84607c3

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
11
# SumoCode
2-
This is the official repository for the sumo bot code
2+
Welcome to the official repository for the sumo bot code!
3+
4+
## Introduction
5+
The SumoCode repository contains the source code for our sumo bot, which is designed for the upcoming sumo robot competition. This repository serves as a central hub for managing and version-controlling our codebase.
6+
7+
## Features
8+
Our sumo bot code includes the following features and modules:
9+
1. **Motor Controls:** Provides control functions for the individual motors of the sumo bot.
10+
2. **Ultrasonic Sensor:** Enables the detection of objects or opponents using an ultrasonic sensor.
11+
3. **Light Sensor:** Allows the sumo bot to sense the presence of light and make decisions based on light conditions.
12+
4. **Sumo Bot Controller:** Orchestrates the overall behavior of the sumo bot by integrating motor controls, sensor inputs, and decision-making algorithms.
13+
14+
## Getting Started
15+
To get started with the sumo bot code, follow these steps:
16+
1. Clone the repository to your local machine using the following command:
17+
```bash
18+
git clone https://github.com/KayTwenty/SumoCode.git
19+
```
20+
2. Connect the sumo bot to the Arduino uno.
21+
3. Open the Arduino IDE (or any compatible IDE) and navigate to the cloned repository directory.
22+
4. Load the `sumo_bot.ino` sketch file into the Arduino IDE.
23+
5. Make sure to adjust the pin configurations in the code to match your setup.
24+
6. Upload the sketch to your Arduino board.
25+
7. Feel free to modify and enhance the code as needed for your specific requirements.
26+
27+
## License
28+
The SumoCode repository is licensed under the [__MIT License__](). Feel free to use, modify, and distribute the code as permitted by the license.

0 commit comments

Comments
 (0)