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/27_potentiometer/potentiometer.c)
Step 3: Compile
$ sudo gcc potentiometer.c -o potentiometer -lwiringPi
Step 4: Run
$ sudo ./potentiometer
For Python users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/27_potentiometer.py)
Step 3: Run
$ sudo python 27_potentiometer.py
Turn the knob on the Potentiometer module, you will find that the value displayed on the
terminal is changed.