Hello,
I hope you are safe, I am also stuck home for the same reason.
Something you can try thru SSH (it will not solve the problem but help for diag):
This command will allow you to see in almost real time what is happening with all GPIO "pins" (I2C, SPI, ... included).
If the command doesn't work:
Pin list (I hope to not make any mistake, don't have the device with me):
Up : 17
Down : 4
Left : 6
Right : 5
Start : 19
Select : 26
A : 16
B : 24
Right Trigger : 23
Y : 18
X : 15
Left Trigger : 14
Hotkey (Power) : 20
I hope you are safe, I am also stuck home for the same reason.
Something you can try thru SSH (it will not solve the problem but help for diag):
Code:
watch -n 0.1 -d gpio allreadall
If the command doesn't work:
Code:
sudo apt-get update
sudo apt-get install wiringpi
Pin list (I hope to not make any mistake, don't have the device with me):
Up : 17
Down : 4
Left : 6
Right : 5
Start : 19
Select : 26
A : 16
B : 24
Right Trigger : 23
Y : 18
X : 15
Left Trigger : 14
Hotkey (Power) : 20