implemented whoAmI for IMU

This commit is contained in:
hhau
2023-12-21 09:35:32 +01:00
parent ce5f00a848
commit 21f8dc65f1
4 changed files with 131 additions and 35 deletions

View File

@@ -12,7 +12,7 @@
#include "Dezibot.h"
Dezibot::Dezibot():multiColorLight(){
Dezibot::Dezibot():multiColorLight(),motionDetection(){
};
void Dezibot::begin(void) {