Dezibot 4
Loading...
Searching...
No Matches
Dezibot.cpp
Go to the documentation of this file.
1
2#define SDA_PIN 1
3#define SCL_PIN 2
4
5#include "Dezibot.h"
6#include <Wire.h>
7
8
9Dezibot::Dezibot():multiColorLight(){};
10
21
22
#define SCL_PIN
Definition Dezibot.cpp:3
#define SDA_PIN
Definition Dezibot.cpp:2
LightDetection lightDetection
Definition Dezibot.h:30
ColorDetection colorDetection
Definition Dezibot.h:31
Motion motion
Definition Dezibot.h:29
Display display
Definition Dezibot.h:35
MultiColorLight multiColorLight
Definition Dezibot.h:32
InfraredLight infraredLight
Definition Dezibot.h:33
void begin(void)
Definition Dezibot.cpp:11
Dezibot()
Definition Dezibot.cpp:9
void begin(void)
initializes the display datastructures and sents the required cmds to start the display....
Definition Display.cpp:16
void begin(void)
static void begin(void)
initialize the Lightdetection Compnent, must be called before the other methods are used.
void begin(void)
Initialize the movement component.
Definition Motion.cpp:18
void begin(void)
initialize the multicolor component