This project involves using an Arduino to measure distances using an ultrasonic sensor and controlling a buzzer and LED based on the measured distance. The provided Arduino code performs the following ...
In Arduino IDE menu, go to Sketch -> Include Libray -> Add .ZIP Library... and then select the zipped library. After including it, you can add the include headers to your current sketch with Sketch -> ...