simple button-only gamepad project where a Pro Mini is built into the gamepad case and sends keys over UART
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Ondřej Hruška 996f07e18c more infos 10 yıl önce
lib added code 10 yıl önce
.gitignore added code 10 yıl önce
LICENSE Initial commit 10 yıl önce
Makefile added code 10 yıl önce
README.md more infos 10 yıl önce
gamepad.pro added code 10 yıl önce
main.c removed some junk 10 yıl önce
style.astylerc added code 10 yıl önce

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.