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