Skip to content

Commit 7047226

Browse files
authored
Update README.md
1 parent aa25be0 commit 7047226

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
# Parking Sensor
22

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.
3+
## Documentation
44

5-
## Installation:
5+
For further information and detailed documentation, please refer to the [Documentation](https://docs.arduinodenis.com/github/resources-arduino/arduino-projects/project-7-arduino).
66

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.
7+
## License
108

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).
9+
This script is released under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)