Initial commit

This commit is contained in:
Mark Qvist 2014-12-03 01:10:06 +01:00
commit 05d62b594e
18 changed files with 1551 additions and 0 deletions

8
protocol/HDLC.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef PROTOCOL_HDLC_H
#define PROTOCOL_HDLC_H
#define HDLC_FLAG 0x7E
#define HDLC_RESET 0x7F
#define AX25_ESC 0x1B
#endif