The experiment reads the status of the PS2 Joystick Module, then send the data to and
display it 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/34_PS2Joystick/joystick.c)
Step 3: Compile
$ sudo gcc joystick.c -o joystick -lwiringPi
Step 4: Run
$ sudo ./joystick
For Python users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/34_PS2Joystick.py)