#ifndef STATUS_H #define STATUS_H void statusWifiUpdate(uint8_t state); void statusInit(uint8_t pin); #endif