#ifndef ACCESSORYCARDLORA_H_ #define ACCESSORYCARDLORA_H_ #include "General.h" class AccessoryCardLora { private: std::string spiPath; std::string productId; std::string port; public: AccessoryCardLora(std::string ProductId, std::string Port); std::string getPath(); }; #endif /* ACCESSORYCARDLORA_H_ */