better blink

This commit is contained in:
2021-03-03 19:16:22 +01:00
parent fe1bc101a3
commit 6611220851
4 changed files with 18 additions and 3 deletions

View File

@ -12,7 +12,7 @@ typedef enum {
LED_BLUE
} signalPin_t;
typedef enum { ON, OFF, TOGGLE, BLINK } signalAction_t;
typedef enum { ON, OFF, TOGGLE, BLINK, BLINK_FAST } signalAction_t;
void showInit();
void show(signalPin_t signalPin, signalAction_t action);