tonarino / panel-firmware

Firmware for the volume control hardware, targeting an STM32F4 board
MIT License
75 stars 10 forks source link

Simplify button pushing logic #14

Closed bschwind closed 3 years ago

bschwind commented 3 years ago

This will remove things like button long presses (which can instead be handled by application software instead of the firmware specifically) and make the LED pulsing command more general.