first working version, but still prints a junkdata after the text, formatstrings doesn't work

This commit is contained in:
hhaupt
2024-05-30 00:50:43 +02:00
parent e6d4ecc5ba
commit 829adf435c
4 changed files with 54 additions and 53 deletions

View File

@@ -17,6 +17,7 @@
#include "multiColorLight/MultiColorLight.h"
#include "motionDetection/MotionDetection.h"
#include "infraredLight/InfraredLight.h"
#include "display/Display.h"
class Dezibot {
@@ -30,6 +31,7 @@ public:
MultiColorLight multiColorLight;
MotionDetection motionDetection;
InfraredLight infraredLight;
Display display;
void begin(void);
/*
Display display