Numworks Epsilon  1.4.1
Graphing Calculator Operating System
power.h
Go to the documentation of this file.
1 #ifndef ION_POWER_H
2 #define ION_POWER_H
3 
4 namespace Ion {
5 namespace Power {
6 
7 void suspend(bool checkIfPowerKeyReleased = false);
8 
9 }
10 }
11 
12 #endif
constexpr Event Power
Definition: events.h:83
Definition: backlight.h:6
void suspend(bool checkIfPowerKeyReleased=false)
Definition: power.cpp:11