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

@@ -15,10 +15,11 @@
Dezibot::Dezibot():multiColorLight(){};
void Dezibot::begin(void) {
infraredLight.begin();
lightDetection.begin();
motion.begin();
multiColorLight.begin();
//infraredLight.begin();
//lightDetection.begin();
//motion.begin();
//multiColorLight.begin();
display.begin();
};