Create OperatingModeUtilities.h
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user