Merge remote-tracking branch 'origin/feature/#14-implement-motion-detection' into HEAD
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "Dezibot.h"
|
||||
|
||||
Dezibot::Dezibot():multiColorLight(){
|
||||
Dezibot::Dezibot():multiColorLight(),motionDetection(){
|
||||
|
||||
};
|
||||
|
||||
@@ -20,4 +20,5 @@ void Dezibot::begin(void) {
|
||||
motion.begin();
|
||||
multiColorLight.begin();
|
||||
lightDetection.begin();
|
||||
motionDetection.begin();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user