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/31_soilMoisture/soilMoisture.c)
Step 3: Compile
$ sudo gcc soilMoisture.c -o soilMoisture -lwiringPi
Step 4: Run
$ sudo ./soilMoisture
For Python users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/31_soilMoisture.py)
Step 3: Run
$ sudo python 31_soilMoisture.py
Plug the sensor into the soil, you will see the value of soil moisture collected by the
module displayed on the terminal.