tonarino / panel-firmware

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

Add an LED abstraction #19

Open bschwind opened 3 years ago

bschwind commented 3 years ago

This is simply to make LED calls less confusing, since some LEDs are "active low" where a call to gpio.set_low() will actually illuminate the LED.