#ifndef UTILS_H_ #define UTILS_H_ #include namespace utils { void processStatus(); void setupDiplay(); void checkBeaconInterval(); void checkDisplayInterval(); void validateDigiFreqs(); void typeOfPacket(String packet); } #endif