#ifndef _POWERONDETECTOR_H_ #define _POWERONDETECTOR_H_ #include //#include #include //#include #include // Für rst_info #include #include //#include extern bool detectPowerLossWithoutRTC(); extern void setRunningFlag(); extern void clearRunningFlag(); extern bool detectPowerLossFromResetReason(); extern void powerLossLoop(); extern void checkPowerLoss(); extern uint16_t bootCounter; #endif