Dualshock commands

I wish to expand my PS2 controller by using all the buttons. (kinda ran out :laughing: )
thanks for helping…
For anyone else interested.

DualShock(0) ;analog

(DualShock(1).bit0 = ;Select Button test
(DualShock(1).bit1 = ;L3 Button test
(DualShock(1).bit2 = ;R3 Button test
(DualShock(1).bit3 = ;Start Button test
(DualShock(1).bit4 = ;Up Button test
(DualShock(1).bit5 = ;Right button test
(DualShock(1).bit6 = ;Down Button test
(DualShock(1).bit7 = ;Left button test

(DualShock(2).bit0 = ;L2 Button test
(DualShock(2).bit1 = ;R2 Button test
(DualShock(2).bit2 = ;L1 Button test
(DualShock(2).bit3 = ;R1 Button test
(DualShock(2).bit4 = ;Triangle Button test
(DualShock(2).bit5 = ;Circle Button test
(DualShock(2).bit6 = ;Cross Button test
(DualShock(2).bit7 = ;Square Button test

DualShock(3) ;Right stick horz
DualShock(4) ;Right stick vert
DualShock(5) ;Left stick horz
DualShock(6) ;Left stick vert

Here is a link to a site that I use when I want to lookup stuff about the PS2 controller: curiousinventor.com/guides/ps2

Kurt

Try these:

Alan KM6VV

thank you for adding this link. very useful.

thanks alan, i have updated the list.