1
0
Fork 0
This commit is contained in:
Jack Humbert 2015-08-21 10:46:53 -04:00
parent fb4fe52c0a
commit 04885a3b44
40 changed files with 3111 additions and 38 deletions

9
keyboard/preonic/beeps.h Normal file
View file

@ -0,0 +1,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);