greatscottgadgets / apollo

microcontroller-based FPGA / JTAG programmer
BSD 3-Clause "New" or "Revised" License
61 stars 29 forks source link

firmware: implement new LED scheme #50

Closed mndza closed 3 months ago

mndza commented 4 months ago

Fixes #39.

mossmann commented 4 months ago

@mndza You asked about the name led_event() and, after some thought, I think that using "status" or "indicator" might be better than "LED" for naming the parts of this that aren't directly tied to LEDs. In the future we might use other methods such as a USB vendor request to retrieve status information and/or indicate that status to the user, particularly for platforms that have fewer LEDs.