summaryrefslogtreecommitdiff
path: root/src/luts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luts.h')
-rw-r--r--src/luts.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/luts.h b/src/luts.h
new file mode 100644
index 0000000..6332a38
--- /dev/null
+++ b/src/luts.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright (c) 2018 Vasile Vilvoiu (YO7JBP) <vasi.vilvoiu@gmail.com>
+ *
+ * libsstv is free software; you can redistribute it and/or modify
+ * it under the terms of the MIT license. See LICENSE for details.
+ */
+
+#ifndef _LUTS_H_
+#define _LUTS_H_
+
+#include <stdint.h>
+#include <stddef.h>
+
+extern int8_t SSTV_SIN_INT10_INT8[1024];
+extern int16_t SSTV_SIN_INT10_INT16[1024];
+
+#endif \ No newline at end of file