mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Headers
This commit is contained in:
@@ -3,8 +3,16 @@
|
||||
#include "OLED.hpp"
|
||||
#include <stdbool.h>
|
||||
|
||||
bool checkForUnderVoltage(void);
|
||||
uint32_t getSleepTimeout(void);
|
||||
bool shouldBeSleeping(bool inAutoStart);
|
||||
|
||||
void GUIDelay(); //
|
||||
bool checkForUnderVoltage(void); //
|
||||
uint32_t getSleepTimeout(void); //
|
||||
bool shouldBeSleeping(bool inAutoStart); //
|
||||
bool shouldShutdown(void); //
|
||||
void gui_drawTipTemp(bool symbol, const FontStyle font); //
|
||||
void printVoltage(void); //
|
||||
void warnUser(const char *warning, const int timeout); //
|
||||
void gui_drawBatteryIcon(void); //
|
||||
bool checkForUnderVoltage(void); //
|
||||
uint16_t min(uint16_t a, uint16_t b); //
|
||||
void printCountdownUntilSleep(int sleepThres); //
|
||||
#endif
|
||||
Reference in New Issue
Block a user