Start the AX.25 transmit path development.

This commit is contained in:
Jonathan Naylor
2020-06-21 18:53:38 +01:00
parent 27c9ad43ec
commit c026471aec
5 changed files with 39 additions and 3 deletions

View File

@@ -30,6 +30,8 @@ public:
bool writeModem(unsigned char* data, unsigned int len);
unsigned int readModem(unsigned char* data);
void enable(bool enabled);
private: