summaryrefslogtreecommitdiffstats
path: root/quantum/audio.h
diff options
context:
space:
mode:
authorIBNobody <ibnobody@gmail.com>2016-04-17 03:37:44 +0200
committerIBNobody <ibnobody@gmail.com>2016-04-17 03:37:44 +0200
commit12a9b2b9aeb59a16602374dab202df2bbe256be4 (patch)
tree5f78fc2d6f030025142cb06e0d211c762b301a83 /quantum/audio.h
parenta87522033d6385ecd2422f26f5bb6bdad9d44676 (diff)
parent41cc35425ab32c9a9492006da8b667d01d32dfa6 (diff)
downloadqmk_firmware-12a9b2b9aeb59a16602374dab202df2bbe256be4.tar.gz
qmk_firmware-12a9b2b9aeb59a16602374dab202df2bbe256be4.tar.xz
Merge remote-tracking branch 'remotes/jackhumbert/master' into personal_atomic_planck
Diffstat (limited to 'quantum/audio.h')
-rw-r--r--quantum/audio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/audio.h b/quantum/audio.h
index 58270015d..65a6f9434 100644
--- a/quantum/audio.h
+++ b/quantum/audio.h
@@ -2,6 +2,7 @@
#include <stdbool.h>
#include <avr/io.h>
#include <util/delay.h>
+#include "musical_notes.h"
typedef union {
uint8_t raw;
@@ -20,4 +21,4 @@ void play_note(double freq, int vol);
void stop_note(double freq);
void stop_all_notes();
void init_notes();
-void play_notes(float (*np)[][2], uint8_t n_length, bool n_repeat);
+void play_notes(float (*np)[][2], uint8_t n_length, bool n_repeat, float n_rest);