simple button-only gamepad project where a Pro Mini is built into the gamepad case and sends keys over UART
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
 
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.