Power management progress
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "infraredLight/InfraredLight.h"
|
||||
#include "communication/Communication.h"
|
||||
#include "display/Display.h"
|
||||
#include "power/Power.h"
|
||||
|
||||
|
||||
class Dezibot {
|
||||
@@ -33,6 +34,7 @@ public:
|
||||
InfraredLight infraredLight;
|
||||
Communication communication;
|
||||
Display display;
|
||||
Power power;
|
||||
void begin(void);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user