Merge branch 'feature/#6-lightdetection' into feature/#16-find-a-friend

This commit is contained in:
hhaupt
2024-04-28 10:24:31 +02:00
5 changed files with 207 additions and 1 deletions

View File

@@ -8,4 +8,5 @@
void Dezibot::begin(void) {
infraredLight.begin();
lightDetection.begin();
}