aboutsummaryrefslogtreecommitdiff
path: root/keyboard/preonic/beeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/preonic/beeps.h')
-rw-r--r--keyboard/preonic/beeps.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboard/preonic/beeps.h b/keyboard/preonic/beeps.h
new file mode 100644
index 000000000..3e3c634ff
--- /dev/null
+++ b/keyboard/preonic/beeps.h
@@ -0,0 +1,9 @@
1#include <stdint.h>
2#include <stdbool.h>
3#include <avr/io.h>
4#include <util/delay.h>
5
6void note(int x, float length);
7void beeps();
8void true_note(float x, float y, float length);
9void play_note(float freq, int length); \ No newline at end of file