Baseline: Migrated from local arduino IDE project, compiles but contains dead code and needs refactoring
This commit is contained in:
17
src/Programs/Messaging/Messaging.h
Normal file
17
src/Programs/Messaging/Messaging.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
#include <Adafruit_SSD1351.h>
|
||||
|
||||
#include "../../utility.h"
|
||||
|
||||
|
||||
namespace Messaging{
|
||||
class Messaging : public Program {
|
||||
public:
|
||||
void setup() override;
|
||||
void loop(Adafruit_SSD1351 *tft, inputData *userInput) override;
|
||||
void onEnter(Adafruit_SSD1351 *tft) override;
|
||||
void onExit()override;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user