#ifndef periph_H #define periph_H #include "Arduino.h" class periph { private: char id; public: periph(); }; #endif