simple button-only gamepad project where a Pro Mini is built into the gamepad case and sends keys over UART
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Ondřej Hruška 996f07e18c more infos il y a 8 ans
lib added code il y a 8 ans
.gitignore added code il y a 8 ans
LICENSE Initial commit il y a 8 ans
Makefile added code il y a 8 ans
README.md more infos il y a 8 ans
gamepad.pro added code il y a 8 ans
main.c removed some junk il y a 8 ans
style.astylerc added code il y a 8 ans

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.