#ifndef _RFID_INTERFACE_HPP #define _RFID_INTERFACE_HPP #include class RFIDInterface { rc522_start_args_t startConfig; public: RFIDInterface(); void start(); }; #endif