summaryrefslogtreecommitdiff
path: root/src/luts.h
blob: b4849d6b4f01b1cea2b96e937b105292bcc900e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2018-2023 Vasile Vilvoiu (YO7JBP) <vasi@vilvoiu.ro>
 *
 * 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 uint8_t SSTV_SIN_INT10_UINT8[1024];

extern int16_t SSTV_SIN_INT10_INT16[1024];

#endif