diff options
| author | rimio <vasi.vilvoiu@gmail.com> | 2019-01-08 18:30:03 +0200 |
|---|---|---|
| committer | rimio <vasi.vilvoiu@gmail.com> | 2019-01-08 18:30:03 +0200 |
| commit | 85acad49b42bf3734249dae13429a26395a68a03 (patch) | |
| tree | 01361d557a2b80752f399e27fc6f38fd0757f5f0 /src/luts.h | |
| parent | a7d5e7ca20c959b739d80f96362f326a5848cdb3 (diff) | |
Start encoder
Diffstat (limited to 'src/luts.h')
| -rw-r--r-- | src/luts.h | 17 |
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 |
