Implemented simple serial control protocol for APRS stuff.

This commit is contained in:
Mark Qvist 2014-06-18 11:34:05 +02:00
parent 416247201e
commit a667301d57
12 changed files with 2895 additions and 2331 deletions

5
Modem/protocol/KISS.h Normal file
View file

@ -0,0 +1,5 @@
#ifndef PROTOCOL_KISS
#define PROTOCOL_KISS 0x02
#endif