remove mergingcomments

This commit is contained in:
Anina Morgner 2024-06-12 22:03:38 +02:00
parent 19358b2aa7
commit f906ad924a

View File

@ -7,38 +7,23 @@
#define SCL_PIN 2 #define SCL_PIN 2
#include "Dezibot.h" #include "Dezibot.h"
<<<<<<< HEAD
#include <SPI.h> #include <SPI.h>
#include <Adafruit_NeoPixel.h> #include <Adafruit_NeoPixel.h>
#define GPIO_LED 48
void Dezibot::begin(void) {
=======
#include <Wire.h> #include <Wire.h>
#define GPIO_LED 48
Dezibot::Dezibot():multiColorLight(){}; Dezibot::Dezibot():multiColorLight(){};
void Dezibot::begin(void) { void Dezibot::begin(void) {
Wire.begin(SDA_PIN,SCL_PIN); Wire.begin(SDA_PIN,SCL_PIN);
infraredLight.begin(); infraredLight.begin();
lightDetection.begin(); lightDetection.begin();
>>>>>>> remotes/origin/feature/#9-display
motion.begin(); motion.begin();
lightDetection.begin(); lightDetection.begin();
colorDetection.begin(); colorDetection.begin();
multiColorLight.begin(); multiColorLight.begin();
<<<<<<< HEAD
motionDetection.begin(); motionDetection.begin();
infraredLight.begin();
}
=======
display.begin(); display.begin();
}; };
>>>>>>> remotes/origin/feature/#9-display