Through programming the Raspberry Pi, make the module display 0000~9999.
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/26_segmentDisplay/segment.c)
Step 3: Compile
$ sudo gcc segment.c -o segment -lwiringPi
Step 4: Run
$ sudo ./segment
For Python users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/26_segment.py)