At least: font code generator, exchange code support for color 128x128
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
#include "ReturnCode.h"
|
||||
|
||||
extern uint32_t wakeups;
|
||||
|
||||
namespace BSP {
|
||||
|
||||
class LowPower {
|
||||
@@ -30,9 +32,10 @@ public:
|
||||
LowPower() = delete;
|
||||
|
||||
static Common::ReturnCode init();
|
||||
|
||||
static Common::ReturnCode sleep();
|
||||
static Common::ReturnCode stop();
|
||||
static Common::ReturnCode enable_debug();
|
||||
static Common::ReturnCode disable_debug();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user