diff options
Diffstat (limited to 'quantum/audio.h')
| -rw-r--r-- | quantum/audio.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/quantum/audio.h b/quantum/audio.h deleted file mode 100644 index 99203cea7..000000000 --- a/quantum/audio.h +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | #include <stdint.h> | ||
| 2 | #include <stdbool.h> | ||
| 3 | #include <avr/io.h> | ||
| 4 | #include <util/delay.h> | ||
| 5 | |||
| 6 | void play_sample(uint8_t * s, uint16_t l, bool r); | ||
| 7 | void play_note(double freq, int vol); | ||
| 8 | void stop_note(double freq); | ||
| 9 | void stop_all_notes(); | ||
| 10 | void init_notes(); | ||
| 11 | void play_notes(float (*np)[][2], uint8_t n_length, bool n_repeat); \ No newline at end of file | ||
