Skip to content

Arduino sketch software allowing an NES contoller to emulate an HID keyboard or XInput Xbox controller device

Notifications You must be signed in to change notification settings

PolicyChanges/NESArduinoAdapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

Arudino sketch mapping nes controller to keyboard with debouncing

Mapping:
KEY_LEFT_ARROW // NES Controller A Button
KEY_RIGHT_ARROW // NES Controller B Button
KEY_F // NES Controller Select Button
KEY_J // NES Controller Enter Button
KEY_W // NES Controller Up Button
KEY_S // NES Controller Down Button
KEY_A // NES Controller Left Button
KEY_D // NES Controller Right Button

http://web.mit.edu/tarvizo/web/nes-controller.html http://web.archive.org/web/20041220111455/http://web.mit.edu/tarvizo/web/nes-controller.html https://www.nesdev.org/wiki/4021

About

Arduino sketch software allowing an NES contoller to emulate an HID keyboard or XInput Xbox controller device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages