Merged MotionCorrection into Release (including InterfaceChange from motionDetection to motion.detection
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user