From 89aa56f25116fc642928f352c14fe2d485532749 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 26 Feb 2019 13:21:29 +0000 Subject: working sync and audio --- project.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'project.h') diff --git a/project.h b/project.h index 9492bac..f6ad552 100644 --- a/project.h +++ b/project.h @@ -6,7 +6,12 @@ #include #include #include +#include +#include +#define KHZ(a) ((a)*1000) +#define SAMPLE_RATE KHZ(48) +#define CARRIER KHZ(20) #include "time_fn.h" -- cgit v1.2.3