summaryrefslogtreecommitdiff
path: root/src/avr/ao_led_avr.c
Commit message (Collapse)AuthorAge
* altos: Add generic LED driver.Keith Packard2018-10-13
This driver uses the generic GPIO functions and allows per-LED port and pin configuration. It supports up to 32 LEDs. Rename SoC-specific LED drivers. Remove enabled parameter to ao_led_init Signed-off-by: Keith Packard <keithp@keithp.com>