V.27ter Modem emulation (partly)

This commit is contained in:
Andreas Eversberg
2020-02-22 21:07:00 +01:00
parent 5070bc70bd
commit 6a18c924fb
12 changed files with 946 additions and 2 deletions

9
src/libv27/Makefile.am Normal file
View File

@@ -0,0 +1,9 @@
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
noinst_LIBRARIES = libv27.a
libv27_a_SOURCES = \
scrambler.c \
psk.c \
modem.c