dezibot/src/Dezibot.cpp
2023-12-21 09:35:32 +01:00

21 lines
314 B
C++

/**
* @file Dezibot.cpp
* @author Anton Jacker, Hans Haupt, Saskia Duebener
* @brief
* @version 0.1
* @date 2023-11-26
*
* @copyright Copyright (c) 2023
*
*/
#include "Dezibot.h"
Dezibot::Dezibot():multiColorLight(),motionDetection(){
};
void Dezibot::begin(void) {
multiColorLight.begin();
};