simple button-only gamepad project where a Pro Mini is built into the gamepad case and sends keys over UART
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Ondřej Hruška 996f07e18c more infos 8 лет назад
lib added code 8 лет назад
.gitignore added code 8 лет назад
LICENSE Initial commit 8 лет назад
Makefile added code 8 лет назад
README.md more infos 8 лет назад
gamepad.pro added code 8 лет назад
main.c removed some junk 8 лет назад
style.astylerc added code 8 лет назад

README.md

arduino-gamepad

super simple gamepad project where Pro Mini is in a gamepad and sends keys over USART

LED connected to D9 (on-board one at D13).

Buttons connected from pins to ground with internal pull-up.

Keys are sent as A - pressed, a - released (different letters), over UART at 115200 baud.

Key press is indicated by LED at D9.