#ifndef CONSTANDVARS_H #define CONSTANDVARS_H #include #include #include extern bool slave; extern bool error; extern bool synchronized; extern uint32_t nextSynchro; #endif // CONSTANDVARS_H