summaryrefslogtreecommitdiff
path: root/keyboard/preonic/beeps.h
diff options
context:
space:
mode:
authorJack Humbert2016-03-30 00:43:07 -0400
committerJack Humbert2016-03-30 00:43:07 -0400
commitac0729787ff0e8d1bd1202a28f5edf9125c00b0c (patch)
treecc1e5accb3738ef6c0809a00c4fa18980fa189cb /keyboard/preonic/beeps.h
parentcadd9015dd420cb880d9086fa29e0176fb16cf4d (diff)
preonic update
Diffstat (limited to 'keyboard/preonic/beeps.h')
-rw-r--r--keyboard/preonic/beeps.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboard/preonic/beeps.h b/keyboard/preonic/beeps.h
deleted file mode 100644
index 378983c60..000000000
--- a/keyboard/preonic/beeps.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stdint.h>
-#include <stdbool.h>
-#include <avr/io.h>
-#include <util/delay.h>
-
-void note(int x, float length);
-void beeps();
-void true_note(float x, float y, float length);
-void play_note(double freq, int vol);
-void stop_note(double freq);
-void stop_all_notes();
-void init_notes(); \ No newline at end of file