M17_Implementations/SP5WWP/lib/encode/symbols.h

20 wiersze
336 B
C

//-------------------------------
// M17 C library - encode/symbols.h
//
// Wojciech Kaczmarski, SP5WWP
// M17 Project, 28 December 2023
//-------------------------------
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
// dibits-symbols map (TX)
extern const int8_t symbol_map[4];
#ifdef __cplusplus
}
#endif