diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2015-08-16 17:52:03 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2015-08-16 17:52:03 -0400 |
| commit | f7bca5c41a638700022092dc0e506570c4712273 (patch) | |
| tree | b7f5820f7968ce67e8056d0e1fc8f185de311ed6 /keyboard/planck/beeps.h | |
| parent | b3f638f491601d4a849995fb4fa1181c9ff4341a (diff) | |
| download | qmk_firmware-f7bca5c41a638700022092dc0e506570c4712273.tar.gz qmk_firmware-f7bca5c41a638700022092dc0e506570c4712273.zip | |
ok
Diffstat (limited to 'keyboard/planck/beeps.h')
| -rw-r--r-- | keyboard/planck/beeps.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboard/planck/beeps.h b/keyboard/planck/beeps.h new file mode 100644 index 000000000..3e3c634ff --- /dev/null +++ b/keyboard/planck/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 | |||
| 6 | void note(int x, float length); | ||
| 7 | void beeps(); | ||
| 8 | void true_note(float x, float y, float length); | ||
| 9 | void play_note(float freq, int length); \ No newline at end of file | ||
