summaryrefslogtreecommitdiff
path: root/keyboard/preonic/beeps.h
blob: 3e3c634ff5123524553be7a072c028ba864ba7a6 (plain)
1
2
3
4
5
6
7
8
9
#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);