mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-05 02:01:42 +02:00
Integrate OLED display in Power management
This commit is contained in:
@ -11,9 +11,13 @@
|
||||
|
||||
#ifndef Display_h
|
||||
#define Display_h
|
||||
#include <stdint.h>
|
||||
#include <Arduino.h>
|
||||
#include "../power/Power.h"
|
||||
#include "DisplayCMDs.h"
|
||||
#include <Arduino.h>
|
||||
#include <stdint.h>
|
||||
|
||||
// This execution delay is basically only used for initial activation, so it can be set to a higher value
|
||||
#define DISPLAY_MAX_EXECUTION_DELAY_MS 100
|
||||
|
||||
class Display{
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user