From 85acad49b42bf3734249dae13429a26395a68a03 Mon Sep 17 00:00:00 2001 From: rimio Date: Tue, 8 Jan 2019 18:30:03 +0200 Subject: Start encoder --- src/luts.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/luts.h (limited to 'src/luts.h') 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) + * + * 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 +#include + +extern int8_t SSTV_SIN_INT10_INT8[1024]; +extern int16_t SSTV_SIN_INT10_INT16[1024]; + +#endif \ No newline at end of file -- cgit v1.2.3