qmk_firmware/keyboard/preonic/beeps.h
Jack Humbert 04885a3b44 preonic
2015-08-21 10:46:53 -04:00

9 lines
219 B
C

#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(float freq, int length);