Status LED function needed

There really is no standard on blinking LED for status code. You'd need to set up the blink pattern and timing, and you can make them in any way you want or to match existing code of the product you're mimicing.

I've seen ways to make LED blink at specific pattern and time without using delay so the uC can still do other things such as read button(s) and control other LED(s)