mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
add power rangers tune
This commit is contained in:
parent
01940449b6
commit
696f7f12ec
|
@ -84,4 +84,21 @@ int8_t signal_tune[] = {
|
||||||
};
|
};
|
||||||
#endif // SIGNAL_TUNE_KIM_POSSIBLE
|
#endif // SIGNAL_TUNE_KIM_POSSIBLE
|
||||||
|
|
||||||
|
#ifdef SIGNAL_TUNE_POWER_RANGERS
|
||||||
|
int8_t signal_tune[] = {
|
||||||
|
BUZZER_NOTE_D8, 6,
|
||||||
|
BUZZER_NOTE_REST, 8,
|
||||||
|
BUZZER_NOTE_D8, 6,
|
||||||
|
BUZZER_NOTE_REST, 8,
|
||||||
|
BUZZER_NOTE_C8, 6,
|
||||||
|
BUZZER_NOTE_REST, 2,
|
||||||
|
BUZZER_NOTE_D8, 6,
|
||||||
|
BUZZER_NOTE_REST, 8,
|
||||||
|
BUZZER_NOTE_F8, 6,
|
||||||
|
BUZZER_NOTE_REST, 8,
|
||||||
|
BUZZER_NOTE_D8, 6,
|
||||||
|
0
|
||||||
|
};
|
||||||
|
#endif // SIGNAL_TUNE_POWER_RANGERS
|
||||||
|
|
||||||
#endif // MOVEMENT_CUSTOM_SIGNAL_TUNES_H_
|
#endif // MOVEMENT_CUSTOM_SIGNAL_TUNES_H_
|
||||||
|
|
Loading…
Reference in a new issue