1
0
forked from me/IronOS

Create OperatingModeUtilities.h

This commit is contained in:
Ben V. Brown
2022-11-22 18:07:27 +11:00
parent db57a51cbb
commit d46bdcbfcc

View File

@@ -0,0 +1,10 @@
#ifndef OPERATING_MODE_UTILITIES_H_
#define OPERATING_MODE_UTILITIES_H_
#include "OLED.hpp"
#include <stdbool.h>
bool checkForUnderVoltage(void);
uint32_t getSleepTimeout(void);
bool shouldBeSleeping(bool inAutoStart);
#endif