mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 11:10:29 +08:00
Merge PR #458 - add layla tune
Awesome lick from Eric Clapton - Layla. Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com> GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/458
This commit is contained in:
commit
a67076f437
|
@ -100,4 +100,23 @@ int8_t signal_tune[] = {
|
||||||
};
|
};
|
||||||
#endif // SIGNAL_TUNE_POWER_RANGERS
|
#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_
|
#endif // MOVEMENT_CUSTOM_SIGNAL_TUNES_H_
|
||||||
|
|
Loading…
Reference in a new issue