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/13_vibration/vibration.c)
Step 3: Compile
$ sudo gcc vibration.c -o vibration -lwiringPi
Step 4: Run
$ sudo ./vibration
For Python users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/13_vibration.py)
Step 3: Run
$ sudo ./13_vibration.py
Knock or tap the Vibration Sensor module and you'll see the status of LED will be toggled.