diff options
Diffstat (limited to 'include/mts/MTS_IO_EG95Radio.h')
-rw-r--r-- | include/mts/MTS_IO_EG95Radio.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_EG95Radio.h b/include/mts/MTS_IO_EG95Radio.h new file mode 100644 index 0000000..07db773 --- /dev/null +++ b/include/mts/MTS_IO_EG95Radio.h @@ -0,0 +1,15 @@ +#ifndef MTS_IO_EG95RADIO_H +#define MTS_IO_EG95RADIO_H + +#include "mts/MTS_IO_QuectelRadio.h" + +namespace MTS { + namespace IO { + class EG95Radio : public QuectelRadio + { + + }; + } +} + +#endif |