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