simple button-only gamepad project where a Pro Mini is built into the gamepad case and sends keys over UART
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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.