include IR into release
This commit is contained in:
@@ -11,12 +11,17 @@
|
||||
|
||||
|
||||
#include "Dezibot.h"
|
||||
#include <SPI.h>
|
||||
#include <Wire.h>
|
||||
|
||||
|
||||
Dezibot::Dezibot():multiColorLight(),motionDetection(){
|
||||
|
||||
};
|
||||
|
||||
#define GPIO_LED 48
|
||||
|
||||
void Dezibot::begin(void) {
|
||||
infraredLight.begin();
|
||||
motion.begin();
|
||||
multiColorLight.begin();
|
||||
lightDetection.begin();
|
||||
|
||||
Reference in New Issue
Block a user