mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 11:10:29 +08:00
Merge PR #459 - add power rangers tune
The power lies on their side. Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com> GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/459
This commit is contained in:
commit
23c422b27a
|
@ -83,4 +83,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