Pull requests help you collaborate on code with other people. As pull requests are created, they’ll appear here in a searchable and filterable list. To get started, you should create a pull request.
This project uses an HC-SR04 ultrasonic sensor to measure how close an object is. A buzzer and LED react depending on the distance, similar to a car parking sensor. < 10 cm → buzzer and LED stay on.
Abstract: In a shopping mart, imagine ten people waiting in line. If the first five people have many items in their carts, the last person with only one or two items may wait a long time to pay. To ...