Add support for the power button #528

This commit is contained in:
Jm Casler
2020-11-22 18:50:14 -08:00
parent 3ab9d2a50e
commit 2bd40b7053
3 changed files with 48 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ class Power : private concurrency::OSThread
Power();
void shutdown();
void readPowerStatus();
virtual bool setup();
virtual int32_t runOnce();