Blink LED rapidly when asking ACK from user.

This commit is contained in:
NIIBE Yutaka
2018-09-27 12:58:06 +09:00
parent ba750d153d
commit 4c6511231c
6 changed files with 40 additions and 5 deletions

View File

@@ -445,6 +445,7 @@ extern const uint8_t gnuk_string_serial[];
#define LED_GNUK_EXEC 32
#define LED_START_COMMAND 64
#define LED_FINISH_COMMAND 128
#define LED_WAIT_FOR_BUTTON 256
#define LED_OFF LED_FINISH_COMMAND
void led_blink (int spec);