mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
add layla tune
This commit is contained in:
parent
01940449b6
commit
6f7693e880
|
@ -84,4 +84,21 @@ int8_t signal_tune[] = {
|
|||
};
|
||||
#endif // SIGNAL_TUNE_KIM_POSSIBLE
|
||||
|
||||
#ifdef SIGNAL_TUNE_LAYLA
|
||||
int8_t signal_tune[] = {
|
||||
BUZZER_NOTE_A6, 4,
|
||||
BUZZER_NOTE_REST, 1,
|
||||
BUZZER_NOTE_C7, 5,
|
||||
BUZZER_NOTE_REST, 2,
|
||||
BUZZER_NOTE_D7, 5,
|
||||
BUZZER_NOTE_REST, 1,
|
||||
BUZZER_NOTE_F7, 5,
|
||||
BUZZER_NOTE_REST, 1,
|
||||
BUZZER_NOTE_D7, 5,
|
||||
BUZZER_NOTE_REST, 2,
|
||||
BUZZER_NOTE_D7, 15,
|
||||
0
|
||||
};
|
||||
#endif // SIGNAL_TUNE_LAYLA
|
||||
|
||||
#endif // MOVEMENT_CUSTOM_SIGNAL_TUNES_H_
|
||||
|
|
Loading…
Reference in a new issue