From 80093c96ea332b2366f108117946762fd865669b Mon Sep 17 00:00:00 2001 From: sq8vps Date: Fri, 25 Aug 2023 11:56:06 +0200 Subject: [PATCH] working on modems --- .cproject | 100 +++++++++++---------- .gitmodules | 3 + Inc/ax25.h | 6 +- Inc/fx25.h | 32 +++++++ Src/ax25.c | 246 ++++++++++++++++++++++++++++++++++++++++++++++++--- Src/fx25.c | 83 +++++++++++++++++ Src/main.c | 11 ++- bpf1200.c | 42 +++++++++ bpf1200inv.c | 42 +++++++++ 9 files changed, 497 insertions(+), 68 deletions(-) create mode 100644 .gitmodules create mode 100644 Inc/fx25.h create mode 100644 Src/fx25.c create mode 100644 bpf1200.c create mode 100644 bpf1200inv.c diff --git a/.cproject b/.cproject index 632be6e..b0d130b 100644 --- a/.cproject +++ b/.cproject @@ -17,16 +17,16 @@ - - - - - - - - + + + + + @@ -157,12 +160,14 @@ + + - -