uwcms / IPMC

University of Wisconsin ZYNQ IPMC
8 stars 5 forks source link

Add IPMI blink modes to the LED Controller #25

Closed jtikalsky closed 5 years ago

jtikalsky commented 5 years ago

The LED controller does not currently support the IPMI blue LED blink modes.

The Long Blink shall be a cycle of 100 ms of off followed by 900 ms of illumination.
The Short Blink shall be a cycle of 100 ms of illumination followed by 900 ms of off.
mpv89 commented 5 years ago

Implemented in 7f34670. Some software support still required for unique blinks which can use the on()/off() functions.