updated Motiondetection in examples
This commit is contained in:
@@ -9,7 +9,7 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
switch (dezibot.motionDetection.getTiltDirection()) {
|
||||
switch (dezibot.motion.detection.getTiltDirection()) {
|
||||
case Front:
|
||||
dezibot.multiColorLight.setTopLeds(GREEN);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user