include IR into release

This commit is contained in:
Prof.J.Wagner
2024-06-06 15:00:37 +02:00
6 changed files with 162 additions and 2 deletions

View File

@@ -11,12 +11,17 @@
#include "Dezibot.h"
#include <SPI.h>
#include <Wire.h>
Dezibot::Dezibot():multiColorLight(),motionDetection(){
};
#define GPIO_LED 48
void Dezibot::begin(void) {
infraredLight.begin();
motion.begin();
multiColorLight.begin();
lightDetection.begin();