#ifndef periph_H #define periph_H class periph { private: char id; public: periph(); }; #endif