Skip to content

Commit

Permalink
Merge PR #458 - add layla tune
Browse files Browse the repository at this point in the history
Awesome lick from Eric Clapton - Layla.

Reviewed-by: Matheus Afonso Martins Moreira <[email protected]>
GitHub-Pull-Request: #458
  • Loading branch information
matheusmoreira committed Sep 3, 2024
2 parents 23c422b + 6268ce4 commit a67076f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions movement/movement_custom_signal_tunes.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,23 @@ int8_t signal_tune[] = {
};
#endif // SIGNAL_TUNE_POWER_RANGERS

#ifdef SIGNAL_TUNE_LAYLA
int8_t signal_tune[] = {
BUZZER_NOTE_A6, 5,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_C7, 5,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_D7, 5,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_F7, 5,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_D7, 5,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_C7, 5,
BUZZER_NOTE_REST, 1,
BUZZER_NOTE_D7, 20,
0
};
#endif // SIGNAL_TUNE_LAYLA

#endif // MOVEMENT_CUSTOM_SIGNAL_TUNES_H_

0 comments on commit a67076f

Please sign in to comment.