mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-20 03:21:46 +02:00
remove mergingcomments
This commit is contained in:
parent
19358b2aa7
commit
f906ad924a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user