updated Motiondetection in examples

This commit is contained in:
Hans Haupt
2024-06-14 08:39:41 +02:00
parent a0e6661b16
commit b5fab21a47
4 changed files with 5 additions and 5 deletions

View File

@ -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");