need help with NES gamepad controller program
mrred1983
Posts: 3
I am trying to program the Basic stamp 2 to use a NES gamepad controller to control two continuous rotation servos with the D-pad and light an led with the A button. Does anyone know what program codes are needed to make this work? I would appreciate any help that i can get.
NES Gamepad Controller Adapter
Nintendo Gamepad Controller
Board of Education Development Board - Serial Version
BASIC Stamp 2 Module
Parallax (Futaba) Continuous Rotation Servo
' {$STAMP BS2}
' {$PBASIC 2.5}
NES Gamepad Controller Adapter
Nintendo Gamepad Controller
Board of Education Development Board - Serial Version
BASIC Stamp 2 Module
Parallax (Futaba) Continuous Rotation Servo
' {$STAMP BS2}
' {$PBASIC 2.5}
Comments
http://www.parallax.com/Portals/0/Downloads/docs/prod/acc/32368-NesGamepadCtrlrAdapter-v1.0.pdf.
You can use the values to activate the servos by setting up subroutines.
Dave