simple button-only gamepad project where a Pro Mini is built into the gamepad case and sends keys over UART
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Ondřej Hruška 996f07e18c more infos hace 8 años
lib added code hace 8 años
.gitignore added code hace 8 años
LICENSE Initial commit hace 8 años
Makefile added code hace 8 años
README.md more infos hace 8 años
gamepad.pro added code hace 8 años
main.c removed some junk hace 8 años
style.astylerc added code hace 8 años

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.