added examples to determine direction of light and basic find a friend (wip: needs additional movement functions)

This commit is contained in:
hhaupt
2024-04-28 19:48:29 +02:00
parent 8cb33e3096
commit 1af07ecd91
7 changed files with 100 additions and 6 deletions

View File

@@ -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();
};
};