This experiment uses the Ultrasonic Distance Sensor module to detect the distance
between the obstacle and module and show the data sensed on the terminal.
Experimental Procedures
Step 1: Build the circuit
For C language users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_C_Code/21_ultrasonicSensor/distance.c)
Step 3: Compile
$ sudo gcc distance.c -o distance -lwiringPi
Step 4: Run
$ sudo ./distance
For Python users: