added examples to determine direction of light and basic find a friend (wip: needs additional movement functions)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "Dezibot.h"
|
||||
|
||||
Dezibot::Dezibot():multiColorLight(){
|
||||
Dezibot::Dezibot():multiColorLight(){};
|
||||
|
||||
void Dezibot::begin(void) {
|
||||
infraredLight.begin();
|
||||
@@ -21,4 +21,4 @@ void Dezibot::begin(void) {
|
||||
multiColorLight.begin();
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user