summaryrefslogtreecommitdiffstats
path: root/project.h
blob: f6ad5520794c970966582eb486432cdabccd599e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <stdio.h>
#include <stdint.h>
#include <inttypes.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <math.h>

#define KHZ(a) ((a)*1000)
#define SAMPLE_RATE KHZ(48)
#define CARRIER KHZ(20)

#include "time_fn.h"

#include "prototypes.h"