simple button-only gamepad project where a Pro Mini is built into the gamepad case and sends keys over UART
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Ondřej Hruška 996f07e18c more infos pirms 8 gadiem
lib added code pirms 8 gadiem
.gitignore added code pirms 8 gadiem
LICENSE Initial commit pirms 8 gadiem
Makefile added code pirms 8 gadiem
README.md more infos pirms 8 gadiem
gamepad.pro added code pirms 8 gadiem
main.c removed some junk pirms 8 gadiem
style.astylerc added code pirms 8 gadiem

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.