mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-07-01 01:12:13 +02:00
[hid] Update notification led example button help
This commit is contained in:
parent
b2532216f3
commit
13618c7d85
@ -34,8 +34,9 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
else {
|
||||
initflag = 1;
|
||||
printf("Press A to set the notification-LED pattern.\n");
|
||||
printf("Press + to exit.\n");
|
||||
printf("Press A to set a Breathing effect notification-LED pattern.\n");
|
||||
printf("Press B to set a Heartbeat effect notification-LED pattern.\n");
|
||||
printf("Press + to disable notification-LED and exit.\n");
|
||||
}
|
||||
|
||||
// Main loop
|
||||
|
Loading…
Reference in New Issue
Block a user