Merged MotionCorrection into Release (including InterfaceChange from motionDetection to motion.detection

This commit is contained in:
hhaupt
2024-06-14 02:51:54 +02:00
14 changed files with 521 additions and 486 deletions

View File

@@ -5,7 +5,8 @@
#include "Dezibot.h"
#include <Wire.h>
#define GPIO_LED 48
Dezibot::Dezibot():multiColorLight(){};
void Dezibot::begin(void) {
Wire.begin(SDA_PIN,SCL_PIN);
@@ -15,7 +16,6 @@ void Dezibot::begin(void) {
lightDetection.begin();
colorDetection.begin();
multiColorLight.begin();
motionDetection.begin();
display.begin();
};