Control RGB with hand-waving above ultrasonic sensors
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ondřej Hruška 7665825ae1 working pro mini + separate triggers 10 years ago
lib initial 10 years ago
.gitignore initial 10 years ago
LICENSE initial 10 years ago
Makefile initial 10 years ago
README.md initial 10 years ago
main.c working pro mini + separate triggers 10 years ago
style.astylerc initial 10 years ago
us_rgb.pro initial 10 years ago

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.