Skip to content

Commit aa25be0

Browse files
authored
Create README.md
1 parent ac02f2c commit aa25be0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Parking Sensor
2+
3+
This Arduino sketch implements a parking sensor using an ultrasonic sensor. It measures the distance to an object and activates a buzzer to indicate the proximity.
4+
5+
## Installation:
6+
7+
1. Connect an ultrasonic sensor to the trigger and echo ports defined in the sketch.
8+
2. Connect a buzzer to the buzzer port defined in the sketch.
9+
3. Upload the sketch to your Arduino board.
10+
11+
## Usage:
12+
13+
The sensor measures the distance to an object and activates the buzzer based on the distance. It also displays the distance on the serial monitor.
14+
15+
## Version 1.0 - 2024-02-18
16+
17+
- Initial release.
18+
- Implemented basic functionality to measure distance and activate buzzer.
19+
20+
## License:
21+
22+
This project is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)