]> git.earman.xyz Git - sensor-watch.git/commitdiff
add layla tune
authorMetehan <99metehanarslan@gmail.com>
Sat, 31 Aug 2024 23:33:05 +0000 (02:33 +0300)
committerMetehan <99metehanarslan@gmail.com>
Sat, 31 Aug 2024 23:33:05 +0000 (02:33 +0300)
movement/movement_custom_signal_tunes.h

index cc21a5a8f425053c45e83c30e2448283be4c04e3..d069a3fd138b5713ca8e84c4fcbd77983d3f5ee9 100644 (file)
@@ -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_