add wink command

This commit is contained in:
Conor Patrick
2018-12-08 20:37:30 -05:00
parent 51cf2d5ec9
commit 5dd3355bd8
6 changed files with 56 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ void printing_init();
// 0xRRGGBB
#define LED_INIT_VALUE 0x000800
#define LED_WINK_VALUE 0x000008
#define LED_MAX_SCALER 30
#define LED_MIN_SCALER 1
// # of ms between each change in LED

View File

@@ -447,4 +447,7 @@ void ctap_overwrite_rk(int index,CTAP_residentKey * rk)
printf("Warning: rk not implemented\n");
}
void device_wink()
{
printf("*WINK*\n");
}